Skip to content

Commit

Permalink
ci(github): increase retries to 120 in Merge Release Pull Request wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
ivangabriele committed Sep 9, 2024
1 parent f9a3256 commit 6575ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_release_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
MERGE_LABELS: ''
MERGE_METHOD: rebase
UPDATE_RETRIES: '30'
UPDATE_RETRIES: '120'
UPDATE_RETRY_SLEEP: '10000'

0 comments on commit 6575ba0

Please sign in to comment.