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 a01f760 commit eb401c2Copy full SHA for eb401c2
.github/workflows/auto-recipe-update.yml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
GITHUB_TOKEN: ${{ secrets.BOT_CREDENTIAL }}
56
run: |
57
- upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ github.ref_name }}-next --delay 300
+ upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ github.ref_name }}-next
58
- name: Publish Artifacts
59
uses: actions/upload-artifact@v4
60
with:
.github/workflows/build-test-recipe.yml
@@ -2,6 +2,7 @@ name: build-test-recipe
2
on:
3
workflow_dispatch:
4
pull_request:
5
+ merge_group:
6
jobs:
7
changed:
8
name: Get changed recipes
0 commit comments