Skip to content

Commit 7d61494

Browse files
committed
Revert "ci: use head_ref for concurrency group"
This reverts commit e6e6d0c. (cherry picked from commit c9ce423)
1 parent 7801185 commit 7d61494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, synchronize, reopened]
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.head_ref }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
permissions: {}

0 commit comments

Comments
 (0)