ci: EKF change indicator concurrency limit (#25189)

Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
This commit is contained in:
Kitsios Konstantinos
2025-07-11 05:15:25 +03:00
committed by GitHub
parent a4115db669
commit 6e1ab343f6
@@ -7,6 +7,11 @@ on:
paths-ignore:
- 'docs/**'
# If two events are triggered within a short time in the same PR, cancel the run of the oldest event
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
unit_tests:
runs-on: ubuntu-latest