From 303703924cbc60a78672c461b3b94b1d663b008f Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 18 Nov 2024 08:34:56 +0000 Subject: [PATCH] auto-recipe-update: change delay from 300 to 1800s This is to not have overlapping PRs as the test mechanism will otherwise check all differences to the main and this will cause conflicts. --- .github/workflows/auto-recipe-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-recipe-update.yml b/.github/workflows/auto-recipe-update.yml index 698011647..efb80d16b 100644 --- a/.github/workflows/auto-recipe-update.yml +++ b/.github/workflows/auto-recipe-update.yml @@ -52,7 +52,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.BOT_CREDENTIAL }} run: | - upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch="master-next" --delay 300 + upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch="master-next" --delay 1800 - name: Publish Artifacts uses: actions/upload-artifact@v3 with: