Skip to content

Commit 937db7d

Browse files
committed
ci: update action concurrency
1 parent f76468e commit 937db7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ci-${{ github.ref }}
12+
group: ci-${{ github.event.pull_request.number || github.ref_name }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)