Fallback to ref (#43)
This commit is contained in:
parent
d5ed5bab89
commit
f014f2369a
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue