This repository was archived by the owner on Jan 28, 2025. It is now read-only.
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 @@ -28,12 +28,12 @@ jobs:
28
28
- run : yarn integration
29
29
- name : Wait for existing workflow to complete before e2e tests
30
30
# Note: we only run e2e tests once (using the 12.x version in matrix) and only if this PR is not from a fork
31
- if : ${{ matrix.node-version == '12.x' && github.event.pull_request.head.repo.full_name == github.repository }}
31
+ if : ${{ matrix.node-version == '12.x' && ( github.event_name == 'push' || (github.event_name == 'pull_request' && github. event.pull_request.head.repo.full_name == github.repository)) }}
32
32
uses : softprops/turnstyle@v1
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
- name : Run e2e tests
36
- if : ${{ matrix.node-version == '12.x' && github.event.pull_request.head.repo.full_name == github.repository }}
36
+ if : ${{ matrix.node-version == '12.x' && ( github.event_name == 'push' || (github.event_name == 'pull_request' && github. event.pull_request.head.repo.full_name == github.repository)) }}
37
37
env :
38
38
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_AT }}
39
39
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_ST }}
You can’t perform that action at this time.
0 commit comments