mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore: do not cancel in progress runs in pr-deploy.yaml (#8559)
This commit is contained in:
@@ -18,7 +18,7 @@ permissions:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
pr_commented:
|
||||
|
||||
Reference in New Issue
Block a user