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 @@ -80,15 +80,15 @@ jobs:
8080 # On PRs, overlay analysis may change the config that is passed to the CLI.
8181 # Therefore, we have two variants of the following test, one for PRs and one for other events.
8282 - name : Empty file (non-PR)
83- if : github.event_name != 'pull_request' && github.event_name != 'merge_group'
83+ if : github.event_name != 'pull_request'
8484 uses : ./../action/.github/actions/check-codescanning-config
8585 with :
8686 expected-config-file-contents : " {}"
8787 languages : javascript
8888 tools : ${{ steps.prepare-test.outputs.tools-url }}
8989
9090 - name : Empty file (PR)
91- if : github.event_name == 'pull_request' || github.event_name == 'merge_group'
91+ if : github.event_name == 'pull_request'
9292 uses : ./../action/.github/actions/check-codescanning-config
9393 with :
9494 expected-config-file-contents : |
You can’t perform that action at this time.
0 commit comments