File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 9999 fi
100100 echo "should_run=$SHOULD_RUN" >> $GITHUB_OUTPUT
101101
102- - name : Skip job if not needed
103- if : steps.check.outputs.should_run != 'true'
104- run : |
105- echo "Skipping ${{ matrix.variant }} - no changes detected or not selected for manual run"
106- exit 0
107-
108102 - name : Setup NuGet
109103 if : steps.check.outputs.should_run == 'true'
110104 uses : nuget/setup-nuget@v2
Original file line number Diff line number Diff line change @@ -223,12 +223,6 @@ jobs:
223223
224224 dotnet redist_tool/UnturnedRedistUpdateTool.dll "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/$REDIST_DIR" "$APP_ID" $flags
225225
226- - name : Skip job if no manifest changes
227- if : steps.compare_manifest.outputs.manifest_changed != 'true'
228- run : |
229- echo "Skipping ${{ matrix.variant }} - no manifest changes detected"
230- exit 0
231-
232226 - name : Generate Commit Message
233227 if : steps.compare_manifest.outputs.manifest_changed == 'true'
234228 run : |
You can’t perform that action at this time.
0 commit comments