Skip to content

Commit a627852

Browse files
committed
Disabling run on push, run on time
modified: scorecards.yml
1 parent 8408965 commit a627852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scorecards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
branch_protection_rule:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12-
schedule:
13-
- cron: '29 6 * * 2'
14-
push:
15-
branches: [ "master" ]
12+
#schedule:
13+
# - cron: '29 6 * * 2'
14+
#push:
15+
# branches: [ "master" ]
1616
workflow_dispatch:
1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)