We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3dee0 commit a2ea8e8Copy full SHA for a2ea8e8
.github/workflows/main.yml
@@ -121,7 +121,7 @@ jobs:
121
re-run:
122
name: Re-run failed jobs
123
needs: lint-build-test
124
- if: failure() && fromJSON(github.run_attempt) < 3 && github.event.pull_request.user.login != 'dependabot[bot]'
+ if: failure() && fromJSON(github.run_attempt) < 3 && github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'merge_group'
125
runs-on: ubuntu-latest
126
permissions:
127
actions: write
0 commit comments