From 35ac9ea983d7044964c69465df12fe24b8d5e2e3 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Mon, 8 Jul 2024 12:14:01 -0700 Subject: [PATCH] chore: make default true --- .github/workflows/coreE2E.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index 3967c21771..6a8fe8de78 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -142,7 +142,7 @@ jobs: runId: ${{ inputs.runId }} sfdxProjectJson: - if: ${{ inputs.templates }} + if: ${{ true }} uses: ./.github/workflows/runE2ETest.yml secrets: inherit with: