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: pull_request:
branches: branches:
- '**' - '**'
concurrency:
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs: jobs:
test: test:
runs-on: arc-runner-localagent runs-on: arc-runner-localagent