Skip to content

Commit

Permalink
Don't remove lock file for JRuby and TruffleRuby nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfication committed Jan 10, 2024
1 parent d0892de commit 8b11484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: JRuby Nightly

on:
schedule:
# Checks daily
- cron: "0 0 * * *"
on: push
# on:
# schedule:
# # Checks daily
# - cron: "0 0 * * *"

jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-head
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/truffleruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: TruffleRuby Nightly

on:
schedule:
# Checks daily
- cron: "0 0 * * *"
on: push
# on:
# schedule:
# # Checks daily
# - cron: "0 0 * * *"

jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: truffleruby-head
Expand Down

0 comments on commit 8b11484

Please sign in to comment.