Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 191d739

Browse files
committedJul 8, 2024·
check the real issue of failing pipeline
1 parent 280156b commit 191d739

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ on:
66
jobs:
77
test:
88
name: tests / ruby
9-
runs-on:
10-
group: SelfHostedDefault
11-
labels: ubuntu-22.04-small
9+
runs-on: ubuntu-latest
1210

1311
services:
1412
redis:
@@ -39,9 +37,7 @@ jobs:
3937
run: bundle exec rake
4038
rubocop:
4139
name: linters / rubocop
42-
runs-on:
43-
group: SelfHostedDefault
44-
labels: ubuntu-22.04-small
40+
runs-on: ubuntu-latest
4541
env:
4642
RUBY_VERSION: 2.7.8
4743
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.