Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 2686f5b

Browse files
authored
fix: use the branch's name in the concurrency group (#50)
1 parent eaf0def commit 2686f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on: [push]
44

55
concurrency:
6-
group: pr-${{ github.head_ref }}
6+
group: ${{ github.workflow }}-${{ github.ref_name }}
77
cancel-in-progress: true
88

99
jobs:

0 commit comments

Comments
 (0)