diff --git a/.github/actions/load-fhir-xsd/action.yaml b/.github/actions/load-fhir-xsd/action.yaml index 8add464c..4949c4cc 100644 --- a/.github/actions/load-fhir-xsd/action.yaml +++ b/.github/actions/load-fhir-xsd/action.yaml @@ -53,7 +53,7 @@ runs: key: '${{ steps.vars.outputs.cache-key }}' - name: 'Download' - if: steps.cache.cache-hit != 'true' + if: steps.cache.cache-hit != 'true' || steps.cache.cache-hit != true shell: bash -e {0} # language=sh run: |