File tree Expand file tree Collapse file tree 7 files changed +21
-1
lines changed Expand file tree Collapse file tree 7 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 26
26
name : Build and Deploy Docs
27
27
28
28
runs-on : ubuntu-22.04
29
+ timeout-minutes : 60
29
30
30
31
permissions :
31
32
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -244,6 +245,7 @@ jobs:
244
245
pull-requests : write
245
246
246
247
runs-on : ubuntu-latest
248
+ timeout-minutes : 10
247
249
248
250
steps :
249
251
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 29
29
actions : write
30
30
31
31
runs-on : ' ubuntu-latest'
32
+ timeout-minutes : 5
32
33
33
34
steps :
34
35
- name : Cancel Previous Runs
69
70
os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
70
71
71
72
runs-on : ${{ matrix.os }}
73
+ timeout-minutes : 60
72
74
73
75
defaults :
74
76
run :
@@ -157,6 +159,7 @@ jobs:
157
159
os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
158
160
159
161
runs-on : ${{ matrix.os }}
162
+ timeout-minutes : 60
160
163
161
164
defaults :
162
165
run :
Original file line number Diff line number Diff line change 37
37
actions : write
38
38
39
39
runs-on : ${{ matrix.os }}
40
+ timeout-minutes : 60
40
41
41
42
defaults :
42
43
run :
@@ -118,6 +119,7 @@ jobs:
118
119
needs : build
119
120
120
121
runs-on : ${{ matrix.os }}
122
+ timeout-minutes : 60
121
123
122
124
defaults :
123
125
run :
@@ -245,6 +247,7 @@ jobs:
245
247
needs : build
246
248
247
249
runs-on : ${{ matrix.os }}
250
+ timeout-minutes : 120
248
251
249
252
defaults :
250
253
run :
@@ -406,6 +409,7 @@ jobs:
406
409
os : [ubuntu-22.04, windows-2022]
407
410
408
411
runs-on : ${{ matrix.os }}
412
+ timeout-minutes : 10
409
413
410
414
defaults :
411
415
run :
@@ -487,6 +491,7 @@ jobs:
487
491
os : [ubuntu-22.04]
488
492
489
493
runs-on : ${{ matrix.os }}
494
+ timeout-minutes : 15
490
495
491
496
defaults :
492
497
run :
@@ -649,6 +654,7 @@ jobs:
649
654
needs : [upload]
650
655
651
656
runs-on : ' ubuntu-latest'
657
+ timeout-minutes : 10
652
658
653
659
defaults :
654
660
run :
Original file line number Diff line number Diff line change 26
26
if : github.event.repository.fork == false
27
27
28
28
runs-on : ${{ matrix.runner }}
29
+ timeout-minutes : 60
29
30
30
31
defaults :
31
32
run :
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ permissions: read-all
9
9
jobs :
10
10
generate-coverage :
11
11
name : Generate coverage and push to Coveralls.io
12
+
12
13
runs-on : ubuntu-latest
14
+ timeout-minutes : 120
13
15
14
16
permissions :
15
17
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -154,6 +156,7 @@ jobs:
154
156
needs : generate-coverage
155
157
156
158
runs-on : ubuntu-latest
159
+ timeout-minutes : 10
157
160
158
161
container : python:3-slim
159
162
Original file line number Diff line number Diff line change 22
22
analysis :
23
23
name : Scorecard analysis
24
24
runs-on : ubuntu-latest
25
+ timeout-minutes : 10
25
26
permissions :
26
27
# Needed to upload the results to code-scanning dashboard.
27
28
security-events : write
Original file line number Diff line number Diff line change 1
- name : pre-commit
1
+ name : Run pre-commit
2
2
3
3
on :
4
4
pull_request :
@@ -9,7 +9,11 @@ permissions: read-all
9
9
10
10
jobs :
11
11
pre-commit :
12
+ name : Check
13
+
12
14
runs-on : ubuntu-22.04
15
+ timeout-minutes : 10
16
+
13
17
steps :
14
18
- name : Set up clang-format
15
19
run : |
You can’t perform that action at this time.
0 commit comments