Skip to content

Commit

Permalink
Missing composite action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Dec 13, 2024
1 parent f18d476 commit fabfdaa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ name: Cluster
on:
push:
paths:
- .github/workflows/test_cluster.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/cluster/**"
- "tasks/**"
- "templates/**"
- "vars/**"
pull_request:
paths:
- .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster.yml
- requirements.txt
pull_request:
paths:
- "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"

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test_cluster_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
pull_request:
paths:
- .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster_mdbf.yml
- requirements.txt
pull_request:
paths:
- "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"

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ name: MDBF deployment
on:
push:
paths:
- .github/workflows/test_mdbf.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
pull_request:
paths:
- .github/workflows/composite-action/action.yml
- .github/workflows/test_mdbf.yml
- requirements.txt
pull_request:
paths:
- "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"

Expand Down

0 comments on commit fabfdaa

Please sign in to comment.