Skip to content

Commit 9fd0327

Browse files
committed
Give names to all CI jobs
1 parent 8dd3591 commit 9fd0327

11 files changed

+12
-10
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
dependency-review:
15+
name: 'Dependency Review'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: 'Checkout Repository'

.github/workflows/generate-windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
generate-windows-installer:
12-
12+
name: Generate Windows Installer
1313
runs-on: windows-latest
1414

1515
steps:

.github/workflows/lint-flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
lint-flake8:
12-
12+
name: Lint with flake8
1313
runs-on: ubuntu-latest
1414

1515
steps:

.github/workflows/simple-program-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
simple-program:
12-
12+
name: Simple program (Linux)
1313
runs-on: ubuntu-latest
1414

1515
strategy:

.github/workflows/simple-program-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
simple-program:
12-
12+
name: Simple program (MacOS)
1313
runs-on: macos-latest
1414

1515
strategy:

.github/workflows/simple-program-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
simple-program:
12-
12+
name: Simple program (Windows)
1313
runs-on: windows-latest
1414

1515
strategy:

.github/workflows/system-monitor-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
system-monitor:
12-
12+
name: System monitor (Linux)
1313
runs-on: ubuntu-latest
1414

1515
strategy:

.github/workflows/system-monitor-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
system-monitor:
12-
12+
name: System monitor (MacOS)
1313
runs-on: macos-latest
1414

1515
strategy:

.github/workflows/system-monitor-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
system-monitor:
12-
12+
name: System monitor (Windows)
1313
runs-on: windows-latest
1414

1515
strategy:

.github/workflows/themes-screenshot-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
system-monitor-theme-screenshot:
8-
8+
name: Generate screenshot for all themes
99
runs-on: ubuntu-latest
1010

1111
steps:

0 commit comments

Comments
 (0)