diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index d78095b..7df284f 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -68,7 +68,7 @@ jobs: run: echo ${{ needs.format.outputs.committed }} test: needs: format - if: ${{ needs.format.outputs.committed }} == false + if: needs.format.outputs.committed == false name: test runs-on: ubuntu-latest strategy: