From 90fe88379ccfabc2a1a5bc0f396218370bc884d5 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 13:43:22 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/molecule-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/molecule-template.yml b/.github/workflows/molecule-template.yml index 11996bc85..222f16a52 100644 --- a/.github/workflows/molecule-template.yml +++ b/.github/workflows/molecule-template.yml @@ -10,8 +10,6 @@ jobs: fail-fast: false env: PYTHON_VERSION: "3.11" -runs: - using: "composite" steps: - name: Check out the codebase uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v3 2.5.0