File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 needs : [ setup, matrix_prep ]
5959 runs-on : ${{ matrix.runs_on }}
6060 name : build (${{ matrix.runs_on }},${{ matrix.arch }})
61- timeout-minutes : 15
61+ timeout-minutes : 20
6262 strategy :
6363 # fail-fast: true
6464 matrix : ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
@@ -136,7 +136,7 @@ jobs:
136136 needs : [ setup, matrix_prep ]
137137 name : build-swig (${{ matrix.runs_on }}, ${{ matrix.arch }})
138138 runs-on : ${{ matrix.runs_on }}
139- timeout-minutes : 15
139+ timeout-minutes : 20
140140 strategy :
141141 # fail-fast: true
142142 matrix : ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
Original file line number Diff line number Diff line change 66 # To guarantee Maintained check is occasionally updated. See
77 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
88 schedule :
9- - cron : ' 0 0 * * *'
9+ - cron : ' 0 6 * * *'
1010 push :
1111 branches : [ "main" ]
1212 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments