ci(github): add Git ref to concurrency group names

This commit is contained in:
Oleg Shparber 2023-04-08 19:48:40 -04:00
parent 06aa58aa41
commit 1f0509ab8b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ on:
- cron: '0 8 * * 6'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -5,7 +5,7 @@ on:
branches: [main]
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -7,7 +7,7 @@ on:
branches: [main]
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: