diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 87a06b2cb..f2c8bcbb6 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: