diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 95% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml index e139caeb..5f1f7236 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yml @@ -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