fix(ci): only run one instance of snapshot workflow

This commit is contained in:
Harsh Shandilya 2022-11-29 18:15:25 +05:30
parent 27af06e180
commit 2b2010a22c

View file

@ -10,6 +10,9 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest