Skip to content

Commit

Permalink
Display CI/CD with better job name
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed Jan 18, 2025
1 parent fa5bebc commit f281ea0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and run GEP
name: Build
on:
push:
branches:
Expand All @@ -17,6 +17,7 @@ on:

jobs:
build:
name: Build and run GEP on Ubuntu 24.04 (${{ matrix.runner == 'ubuntu-24.04-arm' && 'aarch64' || 'x86_64' }})
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
lint:
name: Lint
strategy:
fail-fast: false
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test GEP on different platforms
name: Tests
on:
push:
branches:
Expand All @@ -17,6 +17,7 @@ on:

jobs:
tests:
name: Test GEP on ${{ matrix.images }} (${{ matrix.runner == 'ubuntu-24.04-arm' && 'aarch64' || 'x86_64' }})
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f281ea0

Please sign in to comment.