Skip to content

Commit b3a1a70

Browse files
Merge pull request OffchainLabs#3337 from OffchainLabs/nightly-strong
Also run our nightly-ci jobs on arbitrator-ci machines
2 parents 0f5fe6d + 7535f32 commit b3a1a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Only run on schedule AND main branch
1717
tests-scheduled:
1818
name: Scheduled tests
19-
runs-on: ubuntu-8
19+
runs-on: arbitrator-ci
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: arbitrator-ci
196196
if: github.event_name == 'pull_request'
197197

198198
permissions:

0 commit comments

Comments
 (0)