Skip to content

Commit fdf474b

Browse files
committed
Add name fields to build.yaml and e2e-test.yaml
1 parent f8e70cd commit fdf474b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: Build
23
on: [push, pull_request]
34

45
jobs:

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: E2E Test
12
on: pull_request
23

34
jobs:

0 commit comments

Comments
 (0)