This commit is contained in:
2024-08-23 13:03:51 +02:00
parent 20ebb398ec
commit 0d7bcbc1c3
14 changed files with 506 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'argocd/**'
# cancel any previously-started, yet still active runs of this workflow on the same branch
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}