diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4961c2..566fc99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: name: 'integration tests (base)' runs-on: ubuntu-latest if: | - github.event_name != 'pull_request' || + github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository steps: - uses: SAP/ai-sdk-python/.github/actions/setup@main @@ -102,7 +102,7 @@ jobs: name: 'integration tests (core)' runs-on: ubuntu-latest if: | - github.event_name != 'pull_request' || + github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository steps: - uses: SAP/ai-sdk-python/.github/actions/setup@main @@ -140,8 +140,7 @@ jobs: name: 'integration tests (gen)' runs-on: ubuntu-latest if: | - github.event_name != 'pull_request' || - github.event.pull_request.head.repo.full_name == github.repository + github.event_name != 'pull_request' steps: - uses: SAP/ai-sdk-python/.github/actions/setup@main