Cancel workflow for concurrent workflow runs (#69)

This commit is contained in:
Romain Malmain 2024-04-26 15:57:41 +02:00
parent 43302cdc39
commit 9ae713913e

View File

@ -6,6 +6,13 @@ on:
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: [self-hosted, qemu]