We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a93a56 commit 0dbd7c4Copy full SHA for 0dbd7c4
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
release:
19
name: Publish ${{ matrix.cpu }} layers
20
runs-on: ubuntu-22.04
21
+ timeout-minutes: 60
22
strategy:
23
matrix:
24
cpu:
.github/workflows/tests.yml
@@ -42,6 +42,7 @@ jobs:
42
name: Build and tests PHP ${{ matrix.php_version }}, ${{ matrix.cpu }}
43
44
needs: matrix-prep
45
+ timeout-minutes: 45
46
47
fail-fast: false
48
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}
0 commit comments