Skip to content

Commit

Permalink
This is very annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Nov 2, 2023
1 parent 986ca83 commit 7fba813
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ jobs:
# run: bundle exec rubocop
test:
name: Tests
runs-on: ubuntu-22.04
runs-on: self-hosted
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
ruby:
- '2.6'
- '3.2'
runs-on: "self-hosted"
services:
# mysql:
# image: mysql:5.7
Expand Down

0 comments on commit 7fba813

Please sign in to comment.