diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 877978d838..3cd2f48d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: permissions: contents: read pull-requests: write - name : Test ${{ matrix.testSet.name }} on ${{ matrix.testSet.host }} + name : (${{ github.event_name == 'push' && 'ci/cd' || github.event.label.name }}) Test ${{ matrix.testSet.name }} on ${{ matrix.testSet.host }} # In the event that 'all-tests' is used, this final job will be the one to remove # the label from the PR