mirror of
https://github.com/google-github-actions/auth.git
synced 2026-08-21 08:29:23 +00:00
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'
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.head_ref || github.base_ref }}'
|
||||
group: '${{ github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue