Skip to content

Commit 1780393

Browse files
committed
ci: lift concurrency limits
1 parent f48b387 commit 1780393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# Allow only one concurrent deployment. However, do NOT cancel in-progress runs as we want to allow
1919
# especially production deployments to complete.
2020
concurrency:
21-
group: "pages"
21+
group: pages-${{ github.ref_name }}
2222
cancel-in-progress: false
2323

2424
# Set environment variables which will be used multiple times in the workflow

0 commit comments

Comments
 (0)