fix(ci): add concurrency to gitleaks workflow (#5612)

This commit is contained in:
Maud 2025-06-06 10:48:27 +02:00 committed by GitHub
parent 8c2c91d3cc
commit e1b820b744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,9 @@
name: gitleaks
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
workflow_dispatch: