Update and rename ci.yaml to ci.yml
This commit is contained in:
parent
abb41871d7
commit
1478cc71cb
|
@ -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
|
Loading…
Reference in New Issue
Block a user