From 47893833fb237ffbcf82bedac08b3aab5f158728 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 8 Dec 2022 18:49:24 +0530 Subject: [PATCH] fix(ci): cancel in-progress builds for snapshot deployment --- .github/workflows/deploy_snapshot.yml | 1 + 1 file changed, 1 insertion(+) 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: