run workflows sequentially by default

concurrency rules applies to each branch
This commit is contained in:
Ivan Gabaldon 2025-05-07 12:06:16 +02:00
parent b1ffeb00ac
commit e37bd4481f
No known key found for this signature in database
GPG Key ID: 075587C93FA67582
7 changed files with 28 additions and 0 deletions

View File

@ -7,6 +7,10 @@ on:
schedule:
- cron: "0 4 * * 5"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read

View File

@ -12,6 +12,10 @@ on:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read
# Organization GHCR

View File

@ -7,6 +7,10 @@ on:
schedule:
- cron: "59 23 28 * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read

View File

@ -12,6 +12,10 @@ on:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read

View File

@ -11,6 +11,10 @@ on:
branches:
- container-gha
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read

View File

@ -14,6 +14,10 @@ on:
schedule:
- cron: "05 07 * * 5"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read

View File

@ -11,6 +11,10 @@ on:
branches:
- container-gha
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read