Skip to content

Commit 79eac93

Browse files
TEMP: inject failure in windows upload leg for rc5 cleanup validation (do not merge)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 510ab8e commit 79eac93

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
restore-keys: |
126126
${{ runner.os }}-go-
127127
128+
# TEMPORARY failure injection for rc5 cleanup validation. REMOVE before merge.
129+
- name: Inject failure for cleanup validation
130+
if: matrix.goos == 'windows'
131+
shell: bash
132+
run: |
133+
echo "Intentional failure to validate cleanup-failed-release."
134+
exit 1
135+
128136
- name: Build
129137
env:
130138
GOOS: ${{ matrix.goos }}

0 commit comments

Comments
 (0)