Skip to content

Commit 2750488

Browse files
authored
[CI] Add missing names for GHA workflows (#693)
1 parent 426a510 commit 2750488

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Docker image
2+
13
on:
24
push:
35
branches:

.github/workflows/mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: macOS
2+
13
on:
24
workflow_call:
35

.github/workflows/perf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Performance
2+
13
on:
24
workflow_call:
35

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Ubuntu
2+
13
on:
24
workflow_call:
35

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Windows
2+
13
on:
24
workflow_call:
35

0 commit comments

Comments
 (0)