mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +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
|
name: gitleaks
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user