Skip to content

Commit

Permalink
Trigger manual test on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jun 27, 2023
1 parent bc364f0 commit daa8f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
e2e-test:
name: end to end test
runs-on: [self-hosted, linux, x64, test-runner]
runs-on: [self-hosted, linux, x64, runner]
steps:
- name: Echo hello world
run: echo "hello world"
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
# Test the dependencies in one job to avoid using too many runners at once.
name: dependency test
needs: e2e-test
runs-on: [self-hosted, linux, x64, test-runner]
runs-on: [self-hosted, linux, x64, runner]
steps:
- name: Docker version
run: docker version
Expand Down

0 comments on commit daa8f9b

Please sign in to comment.