github: don’t run dependabot workflow in the merge queue

This is totally pointless I think, since the point of the workflow
is to queue things in the first place.
This commit is contained in:
Emily 2025-03-11 16:16:17 +00:00
parent 67ffbfa14f
commit 6674ae7e96

View File

@ -2,7 +2,6 @@ name: Enable auto-merge for Dependabot PRs
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}