Skip to content

Commit 255e2eb

Browse files
author
jungtaeinn
committed
feat: Enable cancellation of in-progress deployments for faster CI/CD
1 parent 8156051 commit 255e2eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ permissions:
1212
pages: write
1313
id-token: write
1414

15-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
16-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
15+
# Allow only one concurrent deployment, canceling in-progress runs for faster deployment
1716
concurrency:
1817
group: "pages"
19-
cancel-in-progress: false
18+
cancel-in-progress: true
2019

2120
jobs:
2221
# Build job

0 commit comments

Comments
 (0)