We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5e2b3 + b22073c commit ff8c4c7Copy full SHA for ff8c4c7
.github/workflows/test.yml
@@ -19,6 +19,7 @@ env:
19
20
jobs:
21
test:
22
+ timeout-minutes: 30
23
strategy:
24
fail-fast: false
25
matrix:
@@ -113,6 +114,7 @@ jobs:
113
114
# We are not interested in providing official support for i386.
115
cross-i386:
116
runs-on: ubuntu-22.04
117
+ timeout-minutes: 15
118
119
steps:
120
.github/workflows/validate.yml
@@ -21,6 +21,7 @@ jobs:
run: make validate-keyring
lint:
permissions:
26
contents: read
27
pull-requests: read
@@ -159,6 +160,7 @@ jobs:
159
160
161
162
release:
163
164
165
166
- name: checkout
0 commit comments