aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-11-28 13:12:48 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-11-28 13:12:48 +0530
commit9610254eef3a5dfbfd3c76627342021d3d2a899c (patch)
treee5115e519698d370980d65f7ac0c12b3f2e39af3 /.github
parentb6d27e75ce8524d00cf85dc1c4f84bb72d1a38b9 (diff)
chore(ci): ensure only one instance of snapshot deploy workflow runs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy_snapshot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index 87a06b2c..f2c8bcbb 100644
--- a/.github/workflows/deploy_snapshot.yml
+++ b/.github/workflows/deploy_snapshot.yml
@@ -7,6 +7,10 @@ permissions:
contents: write
actions: write
+# There should only be one instance of this
+concurrency:
+ group: ${{ github.workflow }}
+
name: Deploy snapshot builds
jobs:
deploy-release-snapshot: