Skip to content

Commit

Permalink
correct the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san committed Nov 20, 2024
1 parent 2c90aa4 commit 79ba24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
arbitrator:
name: Run Arbitrator tests
runs-on: gh-shr-optimism
runs-on: self-hosted
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
test:
name: Go Tests
runs-on: gh-shr-optimism
runs-on: self-hosted

# Creates a redis container for redis tests
services:
Expand Down

0 comments on commit 79ba24f

Please sign in to comment.