aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-12-08 18:49:24 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-12-08 18:51:15 +0530
commit47893833fb237ffbcf82bedac08b3aab5f158728 (patch)
tree93527b588f6dc2f1ce73d1fb5d472f0ad45a1e1b
parent047766225f0f4b789240ef745f36029e56289687 (diff)
fix(ci): cancel in-progress builds for snapshot deployment
-rw-r--r--.github/workflows/deploy_snapshot.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index ae0ab846..eefdb593 100644
--- a/.github/workflows/deploy_snapshot.yml
+++ b/.github/workflows/deploy_snapshot.yml
@@ -10,6 +10,7 @@ permissions:
# There should only be one instance of this
concurrency:
group: ${{ github.workflow }}
+ cancel-in-progress: true
name: Deploy snapshot builds
jobs: