mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-06 07:52:50 +00:00
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:
parent
67ffbfa14f
commit
6674ae7e96
1
.github/workflows/dependabot.yml
vendored
1
.github/workflows/dependabot.yml
vendored
@ -2,7 +2,6 @@ name: Enable auto-merge for Dependabot PRs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
merge_group:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user