chore: allow running multiple preview deployments in parallel (#8562)

This commit is contained in:
Muhammad Atif Ali
2023-07-17 19:06:29 +03:00
committed by GitHub
parent 0a56ea6916
commit bf5e0675fe
+1 -1
View File
@@ -17,7 +17,7 @@ permissions:
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
cancel-in-progress: false
jobs: