Skip to content

Commit 6435152

Browse files
authored
ci: add timeout-minutes to the bundle build jobs (#1380)
1 parent c047a37 commit 6435152

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
bun-target-arch: arm64
236236

237237
runs-on: ${{ matrix.os }}
238+
timeout-minutes: 20
238239

239240
steps:
240241
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
bun-target-arch: arm64
102102

103103
runs-on: ${{ matrix.os }}
104+
timeout-minutes: 20
104105

105106
steps:
106107
- name: Checkout repository

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
bun-target-arch: arm64
137137

138138
runs-on: ${{ matrix.os }}
139+
timeout-minutes: 20
139140

140141
steps:
141142
- name: Checkout repository

0 commit comments

Comments
 (0)