dd
This commit is contained in:
parent
2a60e3bd77
commit
753b5ab02c
2 changed files with 0 additions and 13 deletions
|
@ -4,13 +4,6 @@ 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.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
ansible-lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -4,12 +4,6 @@ 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.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
jobs:
|
||||
gitleaks:
|
||||
#runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue