File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ permissions:
26
26
jobs :
27
27
CompatHelper :
28
28
runs-on : ubuntu-latest
29
+ timeout-minutes : 15
29
30
steps :
30
31
- name : Check if Julia is already available in the PATH
31
32
id : julia_in_path
Original file line number Diff line number Diff line change 25
25
TagBot :
26
26
if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
27
27
runs-on : ubuntu-latest
28
+ timeout-minutes : 5
28
29
steps :
29
30
- uses : JuliaRegistries/TagBot@v1
30
31
with :
Original file line number Diff line number Diff line change 28
28
license :
29
29
name : Audit licenses
30
30
runs-on : ubuntu-latest
31
+ timeout-minutes : 5
31
32
steps :
32
33
- uses : actions/checkout@v5
33
34
- uses : actions/setup-python@v6
38
39
release :
39
40
name : Verify release - ${{ matrix.os }}
40
41
runs-on : ${{ matrix.os }}
42
+ timeout-minutes : 30
41
43
strategy :
42
44
fail-fast : false
43
45
matrix :
75
77
test :
76
78
name : ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.nthreads }} threads - ${{ github.event_name }}
77
79
runs-on : ${{ matrix.os }}
80
+ timeout-minutes : 45
78
81
strategy :
79
82
fail-fast : false
80
83
matrix :
@@ -124,6 +127,7 @@ jobs:
124
127
test_monorepo :
125
128
name : Monorepo dev - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
126
129
runs-on : ${{ matrix.os }}
130
+ timeout-minutes : 30
127
131
strategy :
128
132
fail-fast : true
129
133
matrix :
@@ -161,6 +165,7 @@ jobs:
161
165
docs :
162
166
name : Documentation
163
167
runs-on : ubuntu-latest
168
+ timeout-minutes : 5
164
169
steps :
165
170
- uses : actions/checkout@v5
166
171
- uses : julia-actions/julia-buildpkg@latest
@@ -170,6 +175,7 @@ jobs:
170
175
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
171
176
Format :
172
177
runs-on : ubuntu-latest
178
+ timeout-minutes : 5
173
179
steps :
174
180
- uses : julia-actions/setup-julia@v2
175
181
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments