diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 1cb495e6b0c..03968a6d689 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -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 diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 2d14a58ab63..fdc97e92ddb 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -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