Skip to content

Commit a88f2fc

Browse files
committed
Enable timeout restart
1 parent 2a224f5 commit a88f2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,12 @@ jobs:
270270

271271
- name: Build Release Package
272272
shell: bash
273+
timeout: 330
273274
run: |
274275
ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
275276
276277
- name: Timeout Save
277-
if: false && always()
278+
if: always()
278279
uses: ./.github/workflows/timeout-save
279280
with:
280281
job-name: "Build (${{ matrix.runs-on}})"
@@ -290,7 +291,6 @@ jobs:
290291
echo "path=${{ steps.unpack.outputs.build-prefix }}/build/tools/clang/stage2-bins/$filename" >> $GITHUB_OUTPUT
291292
292293
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
293-
if: always()
294294
with:
295295
name: ${{ runner.os }}-${{ runner.arch }}-release-binary
296296
path: ${{ steps.package-info.outputs.path }}

0 commit comments

Comments
 (0)