Skip to content

Commit

Permalink
cheburek
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Nov 25, 2024
1 parent 3d99113 commit 0ef80e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != '0exp/redis_queued_locks'
strategy:
fail-fast: false
matrix:
ruby_version: ["3.1", "3.2", "3.3"]
ruby_version: ['3.1', '3.2', '3.3']
env:
BUNDLE_GEMFILE: gemfiles/ruby${{ matrix.ruby_version }}.gemfile
steps:
Expand Down

0 comments on commit 0ef80e9

Please sign in to comment.