Skip to content

Commit 0dbd7c4

Browse files
committed
Add timeouts on GitHub Actions jobs
(cherry picked from commit 12685d1)
1 parent 6a93a56 commit 0dbd7c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
release:
1919
name: Publish ${{ matrix.cpu }} layers
2020
runs-on: ubuntu-22.04
21+
timeout-minutes: 60
2122
strategy:
2223
matrix:
2324
cpu:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
name: Build and tests PHP ${{ matrix.php_version }}, ${{ matrix.cpu }}
4343
runs-on: ubuntu-22.04
4444
needs: matrix-prep
45+
timeout-minutes: 45
4546
strategy:
4647
fail-fast: false
4748
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}

0 commit comments

Comments
 (0)