Fix concurrency groups for github actions

This commit is contained in:
Tom Hughes 2022-10-05 22:49:17 +01:00
parent 106ac7269d
commit c054e8fa65
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:

View file

@ -3,7 +3,7 @@ on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
os: ubuntu-20.04

View file

@ -3,7 +3,7 @@ on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test: