aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2023-11-01 12:31:13 -0700
committerTom Stellard <tstellar@redhat.com>2023-11-01 12:33:12 -0700
commit67a53ae73b6752d37979f53aa27b7bd193767468 (patch)
treede36054729300856d98d561c1a380f1a5cecaf76 /.github
parentc4649d05cfc216da87868f818b2c04e78cf756e0 (diff)
downloadllvm-67a53ae73b6752d37979f53aa27b7bd193767468.zip
llvm-67a53ae73b6752d37979f53aa27b7bd193767468.tar.gz
llvm-67a53ae73b6752d37979f53aa27b7bd193767468.tar.bz2
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecard.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 4469222..270f58f 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -12,9 +12,7 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- - cron: '38 20 * * 4'
- push:
- branches: [ "main" ]
+ - cron: '38 20 * * *'
# Declare default permissions as read only.
permissions: