File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Run tests suite
2
2
on :
3
- # For Branch-Protection check. Only the default branch is supported. See
4
- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
5
- branch_protection_rule :
3
+ # To be able to be triggered manually
4
+ workflow_dispatch :
6
5
# To guarantee Maintained check is occasionally updated. See
7
6
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
8
7
schedule :
9
8
- cron : ' 28 2 * * *'
10
- workflow_dispatch :
11
9
12
10
permissions : read-all
13
11
Original file line number Diff line number Diff line change 1
1
name : Autoupdate pre-commit
2
2
3
3
on :
4
- # For Branch-Protection check. Only the default branch is supported. See
5
- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
6
- branch_protection_rule :
4
+ # To be able to be triggered manually
5
+ workflow_dispatch :
7
6
# To guarantee Maintained check is occasionally updated. See
8
7
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
9
8
schedule :
10
9
- cron : ' 28 2 * * 6' # Saturday at 02:28 UTC
11
- workflow_dispatch :
12
10
13
11
jobs :
14
12
autoupdate :
You can’t perform that action at this time.
0 commit comments