Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 26, 2024
1 parent 94d43f0 commit 27a7976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_group_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs:
- start-runner
- run-server
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
runs-on: ${{ needs.start-runner.outputs.benchmark-label }} # run the job on the newly created runner
env:
SERVER_IP: ${{ needs.start-runner.outputs.private-ip }}
steps:
Expand Down

0 comments on commit 27a7976

Please sign in to comment.