Fix test workflows cancelling each other (#502)

This commit is contained in:
Flaminel
2026-03-12 22:30:59 +02:00
committed by GitHub
parent c37e6384a5
commit 01dc90bfa7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ on:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: E2E Tests-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:

View File

@@ -15,7 +15,7 @@ on:
# Cancel in-progress runs for the same PR
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: Tests-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: