[CI] Make sure concurrency name doesn't have spaces

This commit is contained in:
Ricki Hirner 2024-04-12 17:12:16 +02:00
parent ee36753e1a
commit cd8023b24b
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
schedule:
- cron: '22 10 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -5,7 +5,7 @@ on:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: release-${{ github.ref }}
cancel-in-progress: true
env:

View File

@ -5,7 +5,7 @@ on:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: test-dev-${{ github.ref }}
cancel-in-progress: true
env: