Skip to content

Commit

Permalink
actions: follow namespace for job names
Browse files Browse the repository at this point in the history
To avoid conflicts in reporting.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and MaureenHelm committed Nov 15, 2021
1 parent 5da807d commit aace2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: Unit Test Results (Subset ${{ matrix.platform }})
path: twister-out/twister.xml

publish-test-results:
clang-build-results:
name: "Publish Unit Tests Results"
needs: clang-build
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Coverage Data (Subset ${{ matrix.platform }})
path: coverage/reports/${{ matrix.platform }}.info

publish-coverage-results:
codecov-results:
name: "Publish Coverage Results"
needs: codecov
runs-on: ubuntu-latest
Expand Down

0 comments on commit aace2da

Please sign in to comment.