Skip to content

Commit b28a198

Browse files
committed
Tweak workflow naming
1 parent 4f31659 commit b28a198

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: CI
1+
name: Build and Test
22

33
on: [push, pull_request]
44

55
jobs:
66
ci:
7-
name: "Build and Test"
87
runs-on: ubuntu-latest
98
if: ${{ github.event_name == 'pull_request' || github.actor != 'Copilot' }}
109
steps:

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [pull_request]
44

55
jobs:
66
code-coverage:
7-
name: "Code Coverage"
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@master

0 commit comments

Comments
 (0)