fix: run CI on PR branches with identical names (#569)
This commit is contained in:
parent
4a6abab453
commit
aff36de66a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: CI
|
||||
on: [ pull_request, push, workflow_dispatch ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user