Skip to content

Commit e982043

Browse files
committed
Prevent branches from clobbering each other
1 parent d046f45 commit e982043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
id-token: write
1111

1212
concurrency:
13-
group: "pages"
13+
group: "pages-${{ github.ref_name }}"
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)