Update and rename ci.yaml to ci.yml

This commit is contained in:
Quinn 2022-04-10 21:08:48 -04:00 committed by Quinn Dougherty
parent abb41871d7
commit 1478cc71cb

View File

@ -57,7 +57,7 @@ jobs:
name: Components build and test
runs-on: ubuntu-latest
needs: [pre_check]
if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }}
if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }} || ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
defaults:
run:
shell: bash
@ -77,7 +77,7 @@ jobs:
name: Website build
runs-on: ubuntu-latest
needs: pre_check
if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }}
if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }} || ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
defaults:
run:
shell: bash