Skip to content

Commit c3b0c38

Browse files
authored
Update coverage.yml
1 parent d7ad243 commit c3b0c38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/coverage.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
github-runner:
11-
name: GitHub Runner Setup
10+
first-runner:
11+
name: Frist Runner Setup
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -50,9 +50,9 @@ jobs:
5050
azdev extension add "*"
5151
azdev statistics list-command-table CLI --statistics-only
5252
53-
self-hosted-runner:
54-
name: Self-Hosted Runner Setup
55-
runs-on: [self-hosted]
53+
second-runner:
54+
name: Second Runner Setup2
55+
runs-on: ubuntu-latest
5656

5757
steps:
5858
- name: Checkout Repositories

0 commit comments

Comments
 (0)