summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 10:30:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-28 11:48:19 +0900
commitfbbe2850192b119dd5c3a822369af7ad78cd4885 (patch)
tree3e9e121ce13336131a815b0ab3fa0aedd9d95c70 /.github
parentd2c38aa8231c39d641ab8619d05f2f2883fb5dd8 (diff)
Do not OSS scorecards check each push
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7398
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecards.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 5cb7c974ae..991ffaa8ab 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -11,8 +11,8 @@ on:
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '22 4 * * 2'
- push:
- branches: [ "master" ]
+ # push:
+ # branches: [ "master" ]
# Declare default permissions as read only.
permissions: read-all