Skip to content

Commit

Permalink
Switch to unique gh job names
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Frank <[email protected]>
  • Loading branch information
ThoFrank committed Nov 27, 2024
1 parent 3f7de35 commit b7a92dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Additionally all jobs for the merge queue have to be explicitly added in the [ot
2. Each job should have a specific purpose.
3. Each artifact produced should make sense on it's own.
4. Don't rely on a different job running afterwards. Keep cohesion low.
5. Each job should have a unique name.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build S32k and posix platform
on: [ merge_group, pull_request ]

jobs:
run-command:
build-executable:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
BUILD_TYPE: Debug

jobs:
build:
code-coverage:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Doxygen Documentation
on: [ merge_group, workflow_call, pull_request ]

jobs:
build:
doxygen-build:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: write

jobs:
build:
sphinx-doc-build:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b7a92dc

Please sign in to comment.