Skip to content

Commit

Permalink
Revert "auto-recipe-update: change delay from 300 to 1800s"
Browse files Browse the repository at this point in the history
This reverts commit 77f50a3.
This was not helpful. The issue was the "fork point" fix.
  • Loading branch information
thomas-roos committed Nov 18, 2024
1 parent ba472b4 commit d8709ac
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 1800
upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch="master-next" --delay 300
- name: Publish Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d8709ac

Please sign in to comment.