Missing composite action trigger
This commit is contained in:
parent
f18d4762fa
commit
fabfdaa136
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue