CI: fix typo

This commit is contained in:
Geza Lore 2025-09-18 11:34:52 +01:00
parent c15489b711
commit b85a482db0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ defaults:
concurrency:
# 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' }}
jobs: