Skip to content

Commit

Permalink
Update check-and-ebook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 17, 2024
1 parent 0e92344 commit 78e15a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
make:
needs: check
# do not run for unchanged tex files
if: needs.check.outputs.cache-hit == 'false'
if: needs.check.outputs.cache-hit != 'true'

runs-on: ubuntu-24.04

Expand Down

0 comments on commit 78e15a6

Please sign in to comment.