From 25ff0886eef77c71ea56c21f44348618b67738a1 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Fri, 20 Feb 2026 09:18:32 +0100 Subject: [PATCH] ci: Skip integration tests for fork PRs Co-Authored-By: Claude Opus 4.6 --- .github/workflows/_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/_tests.yaml b/.github/workflows/_tests.yaml index a65d3977..0ab2b214 100644 --- a/.github/workflows/_tests.yaml +++ b/.github/workflows/_tests.yaml @@ -24,6 +24,11 @@ jobs: integration_tests: name: Integration tests + if: >- + ${{ + (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') || + (github.event_name == 'push' && github.ref == 'refs/heads/master') + }} uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main secrets: inherit with: