We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d605c commit 503dd0eCopy full SHA for 503dd0e
.github/workflows/ossf.yaml
@@ -7,11 +7,10 @@ on:
7
# For Branch-Protection check. Only the default branch is supported. See
8
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9
branch_protection_rule:
10
- workflow_dispatch:
11
# To guarantee Maintained check is occasionally updated. See
12
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
13
schedule:
14
- - cron: '29 17 * * 4'
+ - cron: '0 6 * * 2'
15
push:
16
branches: [ "main" ]
17
0 commit comments