Skip to content

Commit

Permalink
chore(ci): use github.head_ref instead of .ref for concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 19, 2023
1 parent d559805 commit 7a33f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- ready_for_review
- reopened
- synchronize
concurrency: ${{ github.workflow }}-${{ github.ref }}
concurrency: ${{ github.workflow }}-${{ github.head_ref }}
jobs:
automerge:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a33f9b

Please sign in to comment.