Skip to content

Commit

Permalink
auto-recipe-update: change delay from 300 to 1800s
Browse files Browse the repository at this point in the history
This is to not have overlapping PRs as the test mechanism will otherwise
check all differences to the main and this will cause conflicts.
  • Loading branch information
thomas-roos committed Nov 18, 2024
1 parent 882a887 commit 3037039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-recipe-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3037039

Please sign in to comment.