ff
All checks were successful
ansible-lint / ansible-lint (pull_request) Successful in 45s
gitleaks / gitleaks (pull_request) Successful in 5s

This commit is contained in:
Michael Grote 2024-08-22 22:03:11 +02:00
parent b0f28d7f9a
commit 16f434c720

View file

@ -4,6 +4,11 @@ on:
branches: [ master ] branches: [ master ]
pull_request: 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: jobs:
gitleaks: gitleaks:
#runs-on: ubuntu-latest #runs-on: ubuntu-latest