Skip to content

Commit

Permalink
check for submodule cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Aug 19, 2024
1 parent f4c37b7 commit cbd8960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: true
type: string
workflow_dispatch:
inputs:
submodule-cache-key:
required: false
default: 'none'

env:
cwd: ${{github.workspace}}
Expand All @@ -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
Expand Down

0 comments on commit cbd8960

Please sign in to comment.