Skip to content

Commit 4d5d6e0

Browse files
author
Nie Zhihe
committed
chore: test production run, trigger PR to winget-pkgs
1 parent 7770668 commit 4d5d6e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_winget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,10 @@ jobs:
217217
run: |
218218
$VERSION = "${{ steps.version.outputs.version }}"
219219
220+
# TODO: TEMPORARY - Remove this comment before merging to main
220221
# Determine if this is a test run (push event = dry run)
221-
$IS_DRY_RUN = $env:EVENT_NAME -eq "push"
222+
# $IS_DRY_RUN = $env:EVENT_NAME -eq "push"
223+
$IS_DRY_RUN = $false # TEMPORARY: Force production mode for testing
222224
223225
if ($IS_DRY_RUN) {
224226
Write-Host "🧪 TEST MODE: Running in DRY RUN (will not create PR to winget-pkgs)"

0 commit comments

Comments
 (0)