Skip to content

Commit

Permalink
ci(pytest): fix "" workflow syntax --> ''
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 22, 2023
1 parent 814b5e0 commit afc3188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
backend-test-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@main
needs: [check-img-cache]
if: ${{ inputs.image_tag == "" && needs.check-img-cache.outputs.cache-hit != 'true' }}
if: ${{ inputs.image_tag == '' && needs.check-img-cache.outputs.cache-hit != 'true' }}
with:
context: src/backend
build_target: ci
Expand Down

0 comments on commit afc3188

Please sign in to comment.