Skip to content

Commit b056350

Browse files
committed
Move scorecard scron job to avoid conflict
1 parent 8f3cad6 commit b056350

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/projmgr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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) }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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:

0 commit comments

Comments
 (0)