Tweaks for DAG-related items.
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been cancelled
Validate DAGs / validate (push) Has been cancelled

This commit is contained in:
2025-09-13 21:01:56 -04:00
parent e158616bb7
commit d91cc14326
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ name: Validate DAGs
on:
workflow_dispatch:
push:
paths: ['./app-configs/rinoa/dagu/dags/**']
paths: ['app-configs/rinoa/dagu/dags/**']
branches-ignore:
- main
env:
DAGS_PATH: "./app-configs/rinoa/dagu/dags"
DAGS_PATH: "${GITHUB_WORKSPACE}/app-configs/rinoa/dagu/dags"
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}