Skip to content

Commit e30b674

Browse files
authored
Merge pull request rsim#2448 from yahonda/add_workflow_dispatch_to_ruby_head
Add `workflow_dispatch` to allow ruby_head action run manually
2 parents 69c564d + 31677bc commit e30b674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby_head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ruby_head
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6-
6+
workflow_dispatch:
77
jobs:
88
build:
99
name: "ruby-${{ matrix.ruby }}-yjit-enabled: ${{ matrix.yjit-enabled }}"

0 commit comments

Comments
 (0)