yml sucks

Signed-off-by: MiniDigger <admin@benndorf.dev>
This commit is contained in:
MiniDigger 2021-12-03 18:18:21 +01:00
parent 07e1f69ea4
commit 4f344b3651
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
- 'frontend/**'
concurrency:
group: ${{ github.ref }}-backend-build
group: '${{ github.ref }}-backend-build'
cancel-in-progress: true
jobs:

View File

@ -9,7 +9,7 @@ on:
- master
concurrency:
group: ${{ github.ref }}-deploy
group: '${{ github.ref }}-deploy'
cancel-in-progress: true
jobs:

View File

@ -9,7 +9,7 @@ on:
- 'frontend/**'
concurrency:
group: ${{ github.ref }}-frontend-build
group: '${{ github.ref }}-frontend-build'
cancel-in-progress: true
jobs: