mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: fix CI concurrency (#9088)
This commit is contained in:
committed by
GitHub
parent
ef9d84c723
commit
878315dcaf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -20,7 +20,7 @@ permissions:
|
||||
# additional changes
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
|
Reference in New Issue
Block a user