Skip to content

Commit

Permalink
typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-dougherty committed Apr 11, 2022
1 parent 18ac859 commit 23f7f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
name: Website build
runs-on: ubuntu-latest
needs: pre_check
if: ${{ ! needs.pre_check.outputs.should_skip_website != 'true' || ! needs.pre_check.outputs.should_skip_lang != 'true' || ! needs.pre_check.outputs.should_skip_components }}
if: ${{ ! needs.pre_check.outputs.should_skip_website || ! needs.pre_check.outputs.should_skip_lang || ! needs.pre_check.outputs.should_skip_components }}
defaults:
run:
shell: bash
Expand Down

0 comments on commit 23f7f03

Please sign in to comment.