Skip to content

Commit 67a53ae

Browse files
committed
workflows/scorecard: Run this job once per day instead of for every push
We started going over our API limits and suspect this was the cause. For now, we'll run it once a day while we sort this out.
1 parent c4649d0 commit 67a53ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
# To guarantee Maintained check is occasionally updated. See
1313
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1414
schedule:
15-
- cron: '38 20 * * 4'
16-
push:
17-
branches: [ "main" ]
15+
- cron: '38 20 * * *'
1816

1917
# Declare default permissions as read only.
2018
permissions:

0 commit comments

Comments
 (0)