diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-08 18:49:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-08 18:51:15 +0530 |
commit | 47893833fb237ffbcf82bedac08b3aab5f158728 (patch) | |
tree | 93527b588f6dc2f1ce73d1fb5d472f0ad45a1e1b | |
parent | 047766225f0f4b789240ef745f36029e56289687 (diff) |
fix(ci): cancel in-progress builds for snapshot deployment
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 1 |
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: |