Fallback to ref (#43)
This commit is contained in:
parent
d5ed5bab89
commit
f014f2369a
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: '${{ github.head_ref || github.base_ref }}'
|
group: '${{ github.head_ref || github.ref }}'
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user