diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d87f10575f..27b711d263 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,7 +121,7 @@ jobs: re-run: name: Re-run failed jobs needs: lint-build-test - 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' runs-on: ubuntu-latest permissions: actions: write