From fabfdaa136efda7101c9b9744e20fc8c0cbd09c5 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 13 Dec 2024 17:00:48 +0100 Subject: [PATCH] Missing composite action trigger --- .github/workflows/test_cluster.yml | 10 ++++++---- .github/workflows/test_cluster_mdbf.yml | 10 ++++++---- .github/workflows/test_mdbf.yml | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index cf0116f..61bf3ea 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -4,24 +4,26 @@ name: Cluster on: push: paths: - - .github/workflows/test_cluster.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/cluster/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_cluster.yml + - requirements.txt pull_request: paths: - - .github/workflows/test_cluster.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/cluster/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_cluster.yml + - requirements.txt schedule: - cron: "30 5 * * 2" diff --git a/.github/workflows/test_cluster_mdbf.yml b/.github/workflows/test_cluster_mdbf.yml index b2b8b89..84a5e7d 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -4,24 +4,26 @@ name: Cluster MDBF on: push: paths: - - .github/workflows/test_cluster_mdbf.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/cluster/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_cluster_mdbf.yml + - requirements.txt pull_request: paths: - - .github/workflows/test_cluster_mdbf.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/cluster/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_cluster_mdbf.yml + - requirements.txt schedule: - cron: "30 5 * * 2" diff --git a/.github/workflows/test_mdbf.yml b/.github/workflows/test_mdbf.yml index 42aa9ba..dc3c625 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -4,24 +4,26 @@ name: MDBF deployment on: push: paths: - - .github/workflows/test_mdbf.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/default/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_mdbf.yml + - requirements.txt pull_request: paths: - - .github/workflows/test_mdbf.yml - - requirements.txt - "files/**" - "handlers/**" - "molecule/default/**" - "tasks/**" - "templates/**" - "vars/**" + - .github/workflows/composite-action/action.yml + - .github/workflows/test_mdbf.yml + - requirements.txt schedule: - cron: "10 5 * * 2"