Skip to content

Commit 98242ac

Browse files
committed
Fixes
1 parent 1ecca71 commit 98242ac

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/RocketModFix.Unturned.Redist.Matrix.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ jobs:
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

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)