Commit cbf876d
ci: Skip integration tests for fork PRs (#629)
## Summary
- Add `if` condition to the `integration_tests` job in the reusable
`_tests.yaml` workflow
- Integration tests now only run when the PR originates from the `apify`
org or on pushes to `master`
- This aligns with how the SDK handles it and prevents failing
integration tests on fork PRs (which lack access to secrets)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2eb0a2d commit cbf876d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
0 commit comments