File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 fi
129129
130130 # Check pre-merge pipeline only if it was required to run
131- has_changes="${{ needs.detect-changed-folders.outputs.changed_apps != '[]' || needs.setup-conditions.outputs.common_condition == 'true' }}"
131+ has_changes="${{ needs.detect-changed-folders.outputs.changed_apps[0] != null || needs.setup-conditions.outputs.common_condition == 'true' }}"
132132 echo "Has changes: $has_changes"
133133 echo "Pre merge pipeline result: $pre_merge_pipeline_result"
134134 if [ "$has_changes" == "true" ] && [ "$pre_merge_pipeline_result" != "success" ]; then
Original file line number Diff line number Diff line change 1- 2.0.9
1+ 2.0.10-dev
Original file line number Diff line number Diff line change 1- 2.0.15
1+ 2.0.16-dev
Original file line number Diff line number Diff line change 1- 2.0.14
1+ 2.0.15-dev
Original file line number Diff line number Diff line change 1- 1.0.9
1+ 1.0.10-dev
Original file line number Diff line number Diff line change 1- 2.0.9
1+ 2.0.10-dev
Original file line number Diff line number Diff line change 1- 0.1.17
1+ 0.1.18-dev
You can’t perform that action at this time.
0 commit comments