Skip to content

Commit 963df6f

Browse files
committed
👷 workflow cleanup
1 parent 96c2abc commit 963df6f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
# Build will fail here if coverage upload fails
9595
# which will hopefully be noticed for the lack of code coverage comments
9696
- name: Upload coverage to CodeCov
97+
if: ${{ !env.ACT }}
9798
uses: codecov/codecov-action@v5
9899
with:
99100
use_oidc: true

‎.github/workflows/current.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ jobs:
3737
strategy:
3838
matrix:
3939
include:
40-
# Ruby 3.4
41-
- ruby: "3.4"
40+
# Ruby <whichever version is current, e.g., 3.4 as of 2025-07-12>
41+
- ruby: "ruby"
4242
appraisal_name: "r3"
4343
exec_cmd: "rake test"
4444
gemfile: "Appraisal.root"
4545
rubygems: latest
4646
bundler: latest
4747

48-
# truffleruby-24.1
48+
# truffleruby <whichever version is current, e.g., 24.1 as of 2025-07-12>
4949
- ruby: "truffleruby"
5050
appraisal_name: "r3"
5151
exec_cmd: "rake test"
5252
gemfile: "Appraisal.root"
5353
rubygems: default
5454
bundler: default
5555

56-
# jruby-10.0 (targets Ruby 3.4 compatibility)
56+
# jruby <whichever version is current, e.g., 10.0 (targets Ruby 3.4 compatibility) as of 2025-07-12>
5757
- ruby: "jruby"
5858
appraisal_name: "r3"
5959
exec_cmd: "rake test"
@@ -75,7 +75,7 @@ jobs:
7575
bundler: ${{ matrix.bundler }}
7676
bundler-cache: false
7777

78-
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
78+
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e., Appraisal.root)
7979
# We need to do this first to get appraisal installed.
8080
# NOTE: This does not use the main Gemfile at all.
8181
- name: Install Root Appraisal

0 commit comments

Comments
 (0)