Skip to content

Commit 0e9acbd

Browse files
committed
ci(pages): enable cancel-in-progress for concurrency
1 parent 12b99d1 commit 0e9acbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2020
concurrency:
2121
group: "pages"
22-
cancel-in-progress: false
22+
cancel-in-progress: true
2323

2424
jobs:
2525
# Single deploy job since we're just deploying

0 commit comments

Comments
 (0)