Skip to content

Commit 5a3be23

Browse files
committed
ci: relax timeout-minutes for release jobs
1 parent 06a17bf commit 5a3be23

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
id-token: write
2424
packages: write
2525
contents: read
26-
timeout-minutes: 30
27-
26+
timeout-minutes: 120
2827
steps:
2928
- name: Checkout repository
3029
id: checkout

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
prepare:
1717
name: Prepare release
1818
runs-on: ubuntu-20.04
19-
19+
timeout-minutes: 30
2020
outputs:
2121
tag_name: ${{ steps.release_info.outputs.tag_name }}
2222
release_name: ${{ steps.release_info.outputs.release_name }}
2323
changelog: ${{ steps.build_changelog.outputs.changelog }}
24-
2524
steps:
2625
- uses: actions/checkout@v3
2726
with:
@@ -69,6 +68,7 @@ jobs:
6968
release:
7069
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
7170
runs-on: ${{ matrix.job.os }}
71+
timeout-minutes: 60
7272
needs: prepare
7373
strategy:
7474
matrix:
@@ -217,8 +217,8 @@ jobs:
217217
cleanup:
218218
name: Release cleanup
219219
runs-on: ubuntu-20.04
220+
timeout-minutes: 30
220221
needs: release
221-
222222
steps:
223223
- uses: actions/checkout@v3
224224

0 commit comments

Comments
 (0)