Skip to content

Commit

Permalink
Give names to all CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathoudebine committed Jan 8, 2025
1 parent 8dd3591 commit 9fd0327
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:

jobs:
dependency-review:
name: 'Dependency Review'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
generate-windows-installer:

name: Generate Windows Installer
runs-on: windows-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint-flake8:

name: Lint with flake8
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
simple-program:

name: Simple program (Linux)
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
simple-program:

name: Simple program (MacOS)
runs-on: macos-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
simple-program:

name: Simple program (Windows)
runs-on: windows-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
system-monitor:

name: System monitor (Linux)
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
system-monitor:

name: System monitor (MacOS)
runs-on: macos-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
system-monitor:

name: System monitor (Windows)
runs-on: windows-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/themes-screenshot-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
system-monitor-theme-screenshot:

name: Generate screenshot for all themes
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/themes-screenshot-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
system-monitor-theme-screenshot:

name: Update themes screenshot and generate list

# Don't run this action on forked repositories to avoid conflicts in PR...
if: github.repository == 'mathoudebine/turing-smart-screen-python'

Expand Down

0 comments on commit 9fd0327

Please sign in to comment.