fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 14:19:14 -05:00
parent 207b8f6f88
commit 8637027635
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--- ---
name: Molecule Template name: Molecule Template
on: on:
workflow_call: workflow_dispatch:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule

View File

@@ -1,7 +1,7 @@
--- ---
name: Test Default name: Test Default
on: on:
workflow_dispatch: workflow_call:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule