diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 59505e60df..c5e5e59a63 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -44,7 +44,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ubuntu-latest strategy: @@ -69,7 +69,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ubuntu-latest strategy: @@ -93,7 +93,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ubuntu-latest strategy: @@ -122,7 +122,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ubuntu-latest env: @@ -163,7 +163,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ${{ github.ref == 'refs/heads/main' && vars.NR_RUNNER || 'ubuntu-latest' }} strategy: @@ -214,7 +214,7 @@ jobs: - skip_if_release - should_run if: needs.skip_if_release.outputs.should_skip != 'true' - && needs.should_run.outputs.javascript_changed == 'true' + || needs.should_run.outputs.javascript_changed == 'true' runs-on: ${{ github.ref == 'refs/heads/main' && vars.NR_RUNNER || 'ubuntu-latest' }} strategy: