checking boolean expression syntax

This commit is contained in:
Quinn Dougherty 2022-04-11 00:32:29 -04:00
parent d9d3f19c13
commit 97b7388681

View File

@ -37,7 +37,7 @@ jobs:
name: Language lint
runs-on: ubuntu-latest
needs: pre_check
if: ${{ ! needs.pre_check.outputs.should_skip_lang }}
if: ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
defaults:
run:
shell: bash