mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix(ci): add concurrency to gitleaks workflow (#5612)
This commit is contained in:
parent
8c2c91d3cc
commit
e1b820b744
5
.github/workflows/gitleaks.yml
vendored
5
.github/workflows/gitleaks.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user