Skip to content

Commit

Permalink
ci(pytest): fix operator !=
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 19, 2023
1 parent 426a84f commit 2b59aef
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 @@ -80,7 +80,7 @@ jobs:
cache-images:
needs: [run-pytest]
if: ${{ needs.run-pytest.outputs.img_cache_loaded =! true}}
if: ${{ needs.run-pytest.outputs.img_cache_loaded != true}}
uses: hotosm/gh-workflows/.github/workflows/image_cache.yml@main
with:
image_names: |
Expand Down

0 comments on commit 2b59aef

Please sign in to comment.