Skip to content

Commit eb401c2

Browse files
committed
github workflow: add merge queue
This was changed to address issue #13697
1 parent a01f760 commit eb401c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/auto-recipe-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.BOT_CREDENTIAL }}
5656
run: |
57-
upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ github.ref_name }}-next --delay 300
57+
upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ github.ref_name }}-next
5858
- name: Publish Artifacts
5959
uses: actions/upload-artifact@v4
6060
with:

.github/workflows/build-test-recipe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: build-test-recipe
22
on:
33
workflow_dispatch:
44
pull_request:
5+
merge_group:
56
jobs:
67
changed:
78
name: Get changed recipes

0 commit comments

Comments
 (0)