summaryrefslogtreecommitdiff
path: root/.github/workflows/bundled_gems.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-16 18:07:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-16 18:31:08 +0900
commitba9c0d0b9fe7ce61fa1162011ced8dbe3e9716c7 (patch)
treefa05e6728eca426a55a5d80a35ac30fceef26b6f /.github/workflows/bundled_gems.yml
parent15488fc1c6f66d2ebb7410c48d76e9588921db63 (diff)
Allow run bundled_gems manually [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6565
Diffstat (limited to '.github/workflows/bundled_gems.yml')
-rw-r--r--.github/workflows/bundled_gems.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index f6f8b9a45b..471f32b25f 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -11,6 +11,7 @@ on:
- 'gems/bundled_gems'
schedule:
- cron: '45 6 * * *'
+ workflow_dispatch:
jobs:
update: