CI: fix typo
This commit is contained in:
parent
c15489b711
commit
b85a482db0
|
|
@ -21,7 +21,7 @@ defaults:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# At most 1 job per branch. Auto cancel all but scheduled jobs
|
# At most 1 job per branch. Auto cancel all but scheduled jobs
|
||||||
group: ${{ github.worfklow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: ${{ github.event_name != 'schedule' }}
|
cancel-in-progress: ${{ github.event_name != 'schedule' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue