From cbd8960d6cf29ff7f3978a252586695436e33459 Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:05:55 -0400 Subject: [PATCH] check for submodule cache key --- .github/workflows/browser.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index 4240404165..29f690e192 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -9,6 +9,10 @@ on: required: true type: string workflow_dispatch: + inputs: + submodule-cache-key: + required: false + default: 'none' env: cwd: ${{github.workspace}} @@ -23,7 +27,7 @@ jobs: strategy: fail-fast: false steps: - - if: !inputs.dep-cache-key + - if: inputs.submodule-cache-key == 'none' uses: actions/checkout@v4 with: submodules: recursive