Skip to content

Commit

Permalink
Another attempted fix of pre-commit issue: "PR is already merged!"
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Nov 5, 2024
1 parent ff97c5a commit 003859d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
create-pullrequest: true
commit-message: Updated formula to version ${{ env.FORMULA_NEW_VERSION }}

- name: Wait for pre-commit checks to complete
run: sleep 10

- name: Try to enable auto-merge of pull request and delete branch
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
Expand Down

0 comments on commit 003859d

Please sign in to comment.