fix(ci): allow CI workflow to run in parallel across branches

This commit is contained in:
Harsh Shandilya 2023-02-09 00:15:50 +05:30
parent 648f4502e6
commit f8d220083a
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ on:
- main - main
concurrency: concurrency:
group: ${{ github.workflow }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
check: check: