aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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: