ff
This commit is contained in:
parent
b0f28d7f9a
commit
16f434c720
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ on:
|
|||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
# https://stackoverflow.com/questions/66335225/how-to-cancel-previous-runs-in-the-pr-when-you-push-new-commitsupdate-the-curre
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
gitleaks:
|
||||
#runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue