We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c90aa6 commit 8b63f05Copy full SHA for 8b63f05
.github/workflows/truffle-ruby-test.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
irb:
11
+ if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
12
name: rake test truffleruby-head ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
13
strategy:
14
matrix:
0 commit comments