We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8408965 commit a627852Copy full SHA for a627852
.github/workflows/scorecards.yml
@@ -9,10 +9,10 @@ on:
9
branch_protection_rule:
10
# To guarantee Maintained check is occasionally updated. See
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
- schedule:
13
- - cron: '29 6 * * 2'
14
- push:
15
- branches: [ "master" ]
+ #schedule:
+ # - cron: '29 6 * * 2'
+ #push:
+ # branches: [ "master" ]
16
workflow_dispatch:
17
# Declare default permissions as read only.
18
permissions: read-all
0 commit comments