From fc88777e164154e11f5a6281ec4e89ef67964f6c Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 13:55:34 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/test-default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-default.yml b/.github/workflows/test-default.yml index da8c92d35..b5af7dc6d 100644 --- a/.github/workflows/test-default.yml +++ b/.github/workflows/test-default.yml @@ -19,4 +19,4 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - uses: "".github/workflows/molecule-template.yml" + - uses: ".github/workflows/molecule-template.yml"