ci: add pipelines in concurrency group

This commit is contained in:
mudler 2023-05-19 01:07:59 +02:00
parent 9b6c8ce411
commit a99dae00d5
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,10 @@ on:
tags:
- '*'
concurrency:
group: ci-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
docker:
runs-on: ubuntu-latest

View file

@ -9,6 +9,10 @@ on:
tags:
- '*'
concurrency:
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
ubuntu-latest:
runs-on: ubuntu-latest