mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: do not cancel in progress runs in pr-deploy.yaml
(#8559)
This commit is contained in:
committed by
GitHub
parent
db8ba6cb68
commit
0a56ea6916
2
.github/workflows/pr-deploy.yaml
vendored
2
.github/workflows/pr-deploy.yaml
vendored
@ -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