Skip to content

Commit 25ff088

Browse files
vdusekclaude
andcommitted
ci: Skip integration tests for fork PRs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aafe161 commit 25ff088

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/_tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
integration_tests:
2626
name: Integration tests
27+
if: >-
28+
${{
29+
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'apify') ||
30+
(github.event_name == 'push' && github.ref == 'refs/heads/master')
31+
}}
2732
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
2833
secrets: inherit
2934
with:

0 commit comments

Comments
 (0)