chore(ci): ensure only one instance of snapshot deploy workflow runs

This commit is contained in:
Harsh Shandilya 2022-11-28 13:12:48 +05:30
parent b6d27e75ce
commit 9610254eef
No known key found for this signature in database

View file

@ -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: