Skip to content

Commit

Permalink
Change value type to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Mar 13, 2024
1 parent 4f5e7ee commit ee66a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/built-test-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
tags: ${{ env.IMAGE_TAG }}
cache-to: type=gha,mode=max
cache-from: type=gha
no-cache: ${{ github.event.inputs.no-cache == 'true' }}
no-cache: ${{ github.event.inputs.no-cache == true }}

run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee66a82

Please sign in to comment.