Skip to content

Commit 24c0df0

Browse files
Add empty name to build-and-test job
Added an empty name field to the build-and-test job.
1 parent e5ba55e commit 24c0df0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build-and-test:
11+
# must be empty to satisify repo config for required step
12+
name: ''
1113
runs-on: ubuntu-latest
1214

1315
steps:

0 commit comments

Comments
 (0)