Skip to content

Commit

Permalink
fix formatting/abidiff action concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Feb 16, 2022
1 parent 585c9c6 commit 0f23f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot-pr-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types: [opened,synchronize]
name: OnSyncPR
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-format:
Expand Down

0 comments on commit 0f23f6c

Please sign in to comment.