Skip to content

Commit a762d9b

Browse files
committed
Disable timeout
1 parent 0895212 commit a762d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ jobs:
262262
263263
- name: Timeout Restore
264264
id: timeout
265+
if: false
265266
uses: ./.github/workflows/timeout-restore
266267
with:
267268
artifact-name-suffix: ${{ runner.os }}-${{ runner.arch }}
@@ -272,7 +273,7 @@ jobs:
272273
ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
273274
274275
- name: Timeout Save
275-
if: always()
276+
if: false && always()
276277
uses: ./.github/workflows/timeout-save
277278
with:
278279
job-name: "Build (${{ matrix.runs-on}})"

0 commit comments

Comments
 (0)