ci: add concurrency group for tests

This commit is contained in:
Ettore Di Giacinto
2025-03-28 21:33:14 +01:00
committed by GitHub
parent 0644daa477
commit 05cb8ba2eb

View File

@@ -7,6 +7,9 @@ on:
pull_request:
branches:
- '**'
concurrency:
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
test:
runs-on: arc-runner-localagent