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 @@ -42,11 +42,11 @@ jobs:
4242 run : echo "passed"; exit 0;
4343 - if : " contains(github.event.pull_request.labels.*.name, 'skip changeset')"
4444 run : echo "passed"; exit 0;
45- - if : " !contains(github.event.pull_request.labels.*.name, 'skip changeset')"
45+ - if : " !( contains(github.event.pull_request.labels.*.name, 'skip changeset') && github.event_name == 'merge_group ')"
4646 uses : actions/checkout@v4
4747 with :
4848 ref : ${{ github.event.pull_request.head.sha }}
49- - if : " !contains(github.event.pull_request.labels.*.name, 'skip changeset')"
49+ - if : " !( contains(github.event.pull_request.labels.*.name, 'skip changeset') && github.event_name == 'merge_group ')"
5050 name : " Check for changeset"
5151 run : script/check-for-changeset
5252
You can’t perform that action at this time.
0 commit comments