mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore: allow running multiple preview deployments in parallel (#8562)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user