Skip to content

Commit 8b63f05

Browse files
authored
Disable truffle-ruby scheduled job on forks (#1087)
1 parent 3c90aa6 commit 8b63f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/truffle-ruby-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
irb:
11+
if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
1112
name: rake test truffleruby-head ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
1213
strategy:
1314
matrix:

0 commit comments

Comments
 (0)