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 595dd6a commit 83c7e4eCopy full SHA for 83c7e4e
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
arch: [amd64, arm64]
38
- timeout-minutes: ${{ (github.event_name == 'schedule' && 60) || ((matrix.arch == 'arm64' && 45) || 30) }}
+ timeout-minutes: ${{ (github.event_name == 'schedule' && 90) || ((matrix.arch == 'arm64' && 45) || 30) }}
39
needs: timestamp
40
env:
41
ARCH: ${{matrix.arch}}
0 commit comments