File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# If the PR comes from the main repo, run integration tests directly
21
21
integration_tests :
22
- if : github.event.pull_request.base .repo.owner.login == 'apify'
22
+ if : github.event.pull_request.head .repo.owner.login == 'apify'
23
23
name : Run integration tests
24
24
needs : [lint_and_type_checks, unit_tests]
25
25
uses : ./.github/workflows/integration_tests.yaml
32
32
# because jobs calling reusable workflows can't use an environment.
33
33
# The first job is a dummy job that just asks for approval to use the `fork-worklows` environment.
34
34
integration_tests_fork_approve :
35
- if : github.event.pull_request.base .repo.owner.login != 'apify'
35
+ if : github.event.pull_request.head .repo.owner.login != 'apify'
36
36
name : Approve integration tests from fork
37
37
needs : [lint_and_type_checks, unit_tests]
38
38
environment : fork-pr-integration-tests
You can’t perform that action at this time.
0 commit comments