File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ concurrency:
1919jobs :
2020 test :
2121 name : Go Tests
22- runs-on : ubuntu-24.04-8core
23-
22+ runs-on : self-hosted
23+
2424 # Creates a redis container for redis tests
2525 services :
2626 redis :
Original file line number Diff line number Diff line change 1616 # Only run on schedule AND main branch
1717 tests-scheduled :
1818 name : Scheduled tests
19- runs-on : ubuntu-8
19+ runs-on : self-hosted
2020
2121 services :
2222 redis :
@@ -192,7 +192,7 @@ jobs:
192192 # Only run this job if files in bold/legacy/ are modified
193193 tests-pr :
194194 name : PR modified files tests
195- runs-on : ubuntu-8
195+ runs-on : self-hosted
196196 if : github.event_name == 'pull_request'
197197
198198 permissions :
Original file line number Diff line number Diff line change 66
77jobs :
88 build_and_run :
9- runs-on : ubuntu-8
9+ runs-on : self-hosted
1010
1111 steps :
1212 - name : Checkout
Original file line number Diff line number Diff line change 1212jobs :
1313 shellcheck :
1414 name : Run ShellCheck
15- runs-on : ubuntu-8
15+ runs-on : self-hosted
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments