From 8637027635694dd90ea9171497f18a97683c3adf Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 14:19:14 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/molecule-template.yml | 2 +- .github/workflows/test-default.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule-template.yml b/.github/workflows/molecule-template.yml index d1795883..023c800b 100644 --- a/.github/workflows/molecule-template.yml +++ b/.github/workflows/molecule-template.yml @@ -1,7 +1,7 @@ --- name: Molecule Template on: - workflow_call: + workflow_dispatch: jobs: molecule: name: Molecule diff --git a/.github/workflows/test-default.yml b/.github/workflows/test-default.yml index 42a2a346..ba2450d3 100644 --- a/.github/workflows/test-default.yml +++ b/.github/workflows/test-default.yml @@ -1,7 +1,7 @@ --- name: Test Default on: - workflow_dispatch: + workflow_call: jobs: molecule: name: Molecule