Skip to content

Commit 5ce80f2

Browse files
fix(ci): cancel in-progress deploys
1 parent b40e748 commit 5ce80f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)