chore(ci): avoid unwanted cancellation in csprng tests

This commit is contained in:
David Testé
2025-11-14 12:33:03 +01:00
committed by David Testé
parent 84c80c529d
commit f8c998f0da

View File

@@ -55,7 +55,7 @@ jobs:
name: csprng_randomness_tests/csprng-randomness-tests
needs: setup-instance
concurrency:
group: ${{ github.workflow_ref }}
group: ${{ github.workflow_ref }}_${{ github.sha }}_${{ github.event_name }}
cancel-in-progress: true
runs-on: ${{ needs.setup-instance.outputs.runner-name }}
steps: