File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6565 strategy :
6666 fail-fast : false
6767 matrix :
68- dependency-level : ${{ ( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && ['minimum'] || ['latest', 'minimum']}}
68+ dependency-level : ${{ fromJSON(( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && toJSON( ['minimum']) || toJSON( ['latest', 'minimum'])) }}
6969 env :
7070 SKIP_YARN_COREPACK_CHECK : 0
7171 BUNDLE_FROZEN : ${{ matrix.dependency-level == 'minimum' && 'false' || 'true' }}
Original file line number Diff line number Diff line change 6969 strategy :
7070 fail-fast : false
7171 matrix :
72- dependency-level : ${{ ( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && ['minimum'] || ['latest', 'minimum']}}
72+ dependency-level : ${{ fromJSON(( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && toJSON( ['minimum']) || toJSON( ['latest', 'minimum'])) }}
7373 env :
7474 BUNDLE_FROZEN : ${{ matrix.dependency-level == 'minimum' && 'false' || 'true' }}
7575 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 6666 strategy :
6767 fail-fast : false
6868 matrix :
69- dependency-level : ${{ ( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && ['minimum'] || ['latest', 'minimum']}}
69+ dependency-level : ${{ fromJSON(( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && toJSON( ['minimum']) || toJSON( ['latest', 'minimum'])) }}
7070 runs-on : ubuntu-22.04
7171 steps :
7272 - name : Translate matrix for Ruby and Node versions
@@ -153,7 +153,7 @@ jobs:
153153 strategy :
154154 fail-fast : false
155155 matrix :
156- dependency-level : ${{ ( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && ['minimum'] || ['latest', 'minimum']}}
156+ dependency-level : ${{ fromJSON(( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && toJSON( ['minimum']) || toJSON( ['latest', 'minimum'])) }}
157157 runs-on : ubuntu-22.04
158158 steps :
159159 - name : Translate matrix for Ruby and Node versions
Original file line number Diff line number Diff line change 7171 strategy :
7272 fail-fast : false
7373 matrix :
74- node-version : ${{ ( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && ['20'] || ['22', '20']}}
74+ node-version : ${{ fromJSON(( github.ref == 'refs/heads/master' || inputs.force_run == true || needs.detect-changes.outputs.has_full_ci_label == 'true') && toJSON( ['20']) || toJSON( ['22', '20'])) }}
7575 runs-on : ubuntu-22.04
7676 steps :
7777 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments