Skip to content

Commit b466a37

Browse files
committed
Give workflows their own names to tell them apart on github logs
1 parent 58349fa commit b466a37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
name: "CONFIG check"
1011
runs-on: ubuntu-latest
1112
container:
1213
image: fozztexx/defoogi:1.4.2

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
name: CI
1314
runs-on: ubuntu-latest
1415
container:
1516
image: fozztexx/defoogi:1.4.2

0 commit comments

Comments
 (0)