We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b387 commit 1780393Copy full SHA for 1780393
.github/workflows/hugo.yaml
@@ -18,7 +18,7 @@ on:
18
# Allow only one concurrent deployment. However, do NOT cancel in-progress runs as we want to allow
19
# especially production deployments to complete.
20
concurrency:
21
- group: "pages"
+ group: pages-${{ github.ref_name }}
22
cancel-in-progress: false
23
24
# Set environment variables which will be used multiple times in the workflow
0 commit comments