Update action.yml

This commit is contained in:
Philip Korsholm
2021-10-21 14:50:15 +02:00
committed by GitHub
parent 118335e704
commit 0a11cf51d3

View File

@@ -24,7 +24,7 @@ runs:
# yarn install --frozen-lockfile
- run: |
yarn install --frozen-lockfile
if [[ "${{steps.cache.outputs.cache-hit}}" != "true" ]] || [[ "${{inputs.partial}}" != "true" ]]; then
if [[ "${{steps.cache.outputs.cache-hit}}" != "true" || "${{inputs.partial}}" != "true" ]]; then
yarn bootstrap --concurrency=2
elif [[ "${{inputs.partial}}" = "true" ]]; then
[[ ! -z "${GITHUB_BASE_REF}" ]] && ref="${GITHUB_BASE_REF#refs/heads/}" || ref="develop"