Skip to content

Commit a4b899d

Browse files
committed
More naming tweaks
1 parent b28a198 commit a4b899d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build and Test
1+
name: Continuous Integration
22

33
on: [push, pull_request]
44

55
jobs:
6-
ci:
6+
run:
77
runs-on: ubuntu-latest
88
if: ${{ github.event_name == 'pull_request' || github.actor != 'Copilot' }}
99
steps:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Code Coverage
33
on: [pull_request]
44

55
jobs:
6-
code-coverage:
6+
run:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master

0 commit comments

Comments
 (0)