diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e7d43d97572..43e947e2e85 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,8 +7,8 @@ on: workflow_dispatch: jobs: - github-runner: - name: GitHub Runner Setup + first-runner: + name: Frist Runner Setup runs-on: ubuntu-latest steps: @@ -50,9 +50,9 @@ jobs: azdev extension add "*" azdev statistics list-command-table CLI --statistics-only - self-hosted-runner: - name: Self-Hosted Runner Setup - runs-on: [self-hosted] + second-runner: + name: Second Runner Setup2 + runs-on: ubuntu-latest steps: - name: Checkout Repositories