Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored Nov 18, 2024
1 parent d7ad243 commit c3b0c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c3b0c38

Please sign in to comment.