We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05231f commit 421c28fCopy full SHA for 421c28f
.github/workflows/test.yml
@@ -8,11 +8,13 @@ on:
8
9
jobs:
10
ruby-versions:
11
+ if: github.repository == 'ruby/irb' || github.event_name != 'schedule'
12
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
13
with:
14
engine: cruby
15
min_version: 2.7
16
lint:
17
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
@@ -49,6 +51,7 @@ jobs:
49
51
- name: Run tests in isolation
50
52
run: bundle exec rake test_in_isolation
53
debug-test:
54
55
name: Debug compatibility test
56
57
timeout-minutes: 30
0 commit comments