We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0a1c5 commit 8a27cf3Copy full SHA for 8a27cf3
.github/workflows/astro.yaml
@@ -21,7 +21,7 @@ permissions:
21
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
22
concurrency:
23
group: "pages"
24
- cancel-in-progress: false
+ cancel-in-progress: true
25
26
env:
27
BUILD_PATH: "." # default value when not using subfolders
0 commit comments