Skip to content

Commit 534dd1b

Browse files
authored
Change CI runner to specific self-hosted instance
1 parent c9a0d1c commit 534dd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rails_ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
specs:
14-
runs-on: self-hosted
14+
runs-on: [ self-hosted, shgar-ubuntu20 ]
1515
env:
1616
RAILS_ENV: test
1717
DATABASE_URL: 'mysql2://127.0.0.1' # shogo82148/actions-setup-mysql@v1 doesn't work with socket

0 commit comments

Comments
 (0)