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 2626 name : Build and Deploy Docs
2727
2828 runs-on : ubuntu-22.04
29+ timeout-minutes : 60
2930
3031 permissions :
3132 # Needed to cancel any previous runs that are not completed for a given workflow
@@ -244,6 +245,7 @@ jobs:
244245 pull-requests : write
245246
246247 runs-on : ubuntu-latest
248+ timeout-minutes : 10
247249
248250 steps :
249251 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 2929 actions : write
3030
3131 runs-on : ' ubuntu-latest'
32+ timeout-minutes : 5
3233
3334 steps :
3435 - name : Cancel Previous Runs
6970 os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
7071
7172 runs-on : ${{ matrix.os }}
73+ timeout-minutes : 60
7274
7375 defaults :
7476 run :
@@ -157,6 +159,7 @@ jobs:
157159 os : [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
158160
159161 runs-on : ${{ matrix.os }}
162+ timeout-minutes : 60
160163
161164 defaults :
162165 run :
Original file line number Diff line number Diff line change 3737 actions : write
3838
3939 runs-on : ${{ matrix.os }}
40+ timeout-minutes : 60
4041
4142 defaults :
4243 run :
@@ -118,6 +119,7 @@ jobs:
118119 needs : build
119120
120121 runs-on : ${{ matrix.os }}
122+ timeout-minutes : 60
121123
122124 defaults :
123125 run :
@@ -245,6 +247,7 @@ jobs:
245247 needs : build
246248
247249 runs-on : ${{ matrix.os }}
250+ timeout-minutes : 120
248251
249252 defaults :
250253 run :
@@ -406,6 +409,7 @@ jobs:
406409 os : [ubuntu-22.04, windows-2022]
407410
408411 runs-on : ${{ matrix.os }}
412+ timeout-minutes : 10
409413
410414 defaults :
411415 run :
@@ -487,6 +491,7 @@ jobs:
487491 os : [ubuntu-22.04]
488492
489493 runs-on : ${{ matrix.os }}
494+ timeout-minutes : 15
490495
491496 defaults :
492497 run :
@@ -649,6 +654,7 @@ jobs:
649654 needs : [upload]
650655
651656 runs-on : ' ubuntu-latest'
657+ timeout-minutes : 10
652658
653659 defaults :
654660 run :
Original file line number Diff line number Diff line change 2626 if : github.event.repository.fork == false
2727
2828 runs-on : ${{ matrix.runner }}
29+ timeout-minutes : 60
2930
3031 defaults :
3132 run :
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ permissions: read-all
99jobs :
1010 generate-coverage :
1111 name : Generate coverage and push to Coveralls.io
12+
1213 runs-on : ubuntu-latest
14+ timeout-minutes : 120
1315
1416 permissions :
1517 # Needed to cancel any previous runs that are not completed for a given workflow
@@ -154,6 +156,7 @@ jobs:
154156 needs : generate-coverage
155157
156158 runs-on : ubuntu-latest
159+ timeout-minutes : 10
157160
158161 container : python:3-slim
159162
Original file line number Diff line number Diff line change 2222 analysis :
2323 name : Scorecard analysis
2424 runs-on : ubuntu-latest
25+ timeout-minutes : 10
2526 permissions :
2627 # Needed to upload the results to code-scanning dashboard.
2728 security-events : write
Original file line number Diff line number Diff line change 1- name : pre-commit
1+ name : Run pre-commit
22
33on :
44 pull_request :
@@ -9,7 +9,11 @@ permissions: read-all
99
1010jobs :
1111 pre-commit :
12+ name : Check
13+
1214 runs-on : ubuntu-22.04
15+ timeout-minutes : 10
16+
1317 steps :
1418 - name : Set up clang-format
1519 run : |
You can’t perform that action at this time.
0 commit comments