mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: allow running multiple preview deployments in parallel (#8562)
This commit is contained in:
committed by
GitHub
parent
0a56ea6916
commit
bf5e0675fe
@@ -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