Auto cancel redundant workflows

This commit is contained in:
Filipe PINTO 2025-11-22 16:59:13 +01:00 committed by GitHub
parent 2ff0257dd4
commit 80f187d3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 6 deletions

View File

@ -10,11 +10,15 @@ on:
required: true
type: string
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
checks:

View File

@ -11,11 +11,15 @@ on:
required: true
type: string
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
package-generic-linux-x64:
runs-on: ubuntu-22.04

View File

@ -11,11 +11,15 @@ on:
required: true
type: string
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
benchsuite:
runs-on: ubuntu-latest