summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 16:54:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 21:12:56 +0900
commit5a1ddc486bad30d795ce94021ee03c085e7a88c1 (patch)
treeb4c6ae2b02e90a4c821cbe785972c803d0c9bd46 /.github
parent800caf4ee1eca21252da0ec148ed7840df89bc9b (diff)
Test with topic-branch
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6716
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecards.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 751180d1d2..0fc51281ef 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -12,7 +12,7 @@ on:
schedule:
- cron: '22 4 * * 2'
push:
- branches: [ "master" ]
+ # branches: [ "master" ]
# Declare default permissions as read only.
permissions: read-all