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

This commit is contained in:
Michael Grote 2024-08-22 22:03:00 +02:00
parent 117ffab530
commit b0f28d7f9a

View file

@ -4,6 +4,12 @@ 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:
ansible-lint: ansible-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest