[ANSIBLE] Automated PR for dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 - #18 #18

Closed
gitea-sonarqube-bot wants to merge 48 commits from dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 into main
2 changed files with 7 additions and 13 deletions
Showing only changes of commit 8e7f85b8fc - Show all commits
+7 -12
View File
@@ -105,16 +105,11 @@ jobs:
notification_title: 'GITEA: Dagu Validation'
notification_message: 'Dagu DAG validation failed! 🚫'
- name: Write downstream trigger marker
if: steps.validate-dags.outputs.exit_code == '0'
- name: Trigger downstream workflow
run: |
echo "DAG validation completed at $(date -u)" > .dag-validation-complete
- name: Add/Commit Validation Trigger File
id: commit-readme
uses: EndBug/add-and-commit@v9
with:
add: ".dag-validation-complete"
default_author: github_actor
message: "chore: mark DAG validation complete"
push: true
BRANCH="${GITHUB_REF_NAME}"
curl -X POST \
-H "Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}" \
-H "Content-Type: application/json" \
"https://git.trez.wtf/api/v1/repos/Trez/tar-valon-ansible/actions/workflows/gitea_tar-valon_ansible_deploy.yml/dispatches" \
-d "{\"ref\":\"${BRANCH}\"}"
@@ -12,7 +12,6 @@ on:
branches-ignore:
- 'main'
paths:
- '**/.dagu-validation-complete'
- 'app-configs/**'
- '!app-configs/rikku/homeassistant/**'
- '!app-configs/rinoa/dagu/dags/**'