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 @@ -861,12 +861,12 @@ jobs:
861
861
862
862
- name : Determine which E2E test applications should be run
863
863
id : matrix
864
- run : yarn --silent ci:build-matrix --base=${{ github.event.pull_request.base.sha }} >> $GITHUB_OUTPUT
864
+ run : yarn --silent ci:build-matrix --base=${{ ( github.event_name == 'pull_request' && github. event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
865
865
working-directory : dev-packages/e2e-tests
866
866
867
867
- name : Determine which optional E2E test applications should be run
868
868
id : matrix-optional
869
- run : yarn --silent ci:build-matrix-optional --base=${{ github.event.pull_request.base.sha }} >> $GITHUB_OUTPUT
869
+ run : yarn --silent ci:build-matrix-optional --base=${{ ( github.event_name == 'pull_request' && github. event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
870
870
working-directory : dev-packages/e2e-tests
871
871
872
872
job_e2e_tests :
You can’t perform that action at this time.
0 commit comments