Skip to content

Commit 81fe5ef

Browse files
authored
Rename CI workflow and update job name
The job ID (or job name) is what's used for the required status check system, not the workflow name
1 parent bbecd0f commit 81fe5ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

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

33
on: [push, pull_request]
44

55
jobs:
6-
run:
6+
build-and-test:
7+
name: Build and Test
78
runs-on: ubuntu-latest
89
if: ${{ github.event_name == 'pull_request' || github.actor != 'Copilot' }}
910
steps:

0 commit comments

Comments
 (0)