diff --git a/.github/workflows/built-test-check-format.yml b/.github/workflows/built-test-check-format.yml index 17e2582..110f07f 100644 --- a/.github/workflows/built-test-check-format.yml +++ b/.github/workflows/built-test-check-format.yml @@ -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