diff --git a/.github/workflows/brev-nightly-e2e.yaml b/.github/workflows/brev-nightly-e2e.yaml index 4b3c1093d7..4e07e8e156 100644 --- a/.github/workflows/brev-nightly-e2e.yaml +++ b/.github/workflows/brev-nightly-e2e.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: brev-nightly-e2e +name: E2E / Brev Nightly # Runs Brev launchable validation as a standalone nightly workflow while the # main nightly-e2e workflow remains isolated from Brev platform flakiness. diff --git a/.github/workflows/release-latest-tag.yaml b/.github/workflows/release-latest-tag.yaml index bb21a6b20a..0f9cf6bf9b 100644 --- a/.github/workflows/release-latest-tag.yaml +++ b/.github/workflows/release-latest-tag.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Release latest tag +name: Release / Latest Tag on: push: diff --git a/.github/workflows/request-nvskills-ci.yml b/.github/workflows/request-nvskills-ci.yml index 26ae487333..e591724e89 100644 --- a/.github/workflows/request-nvskills-ci.yml +++ b/.github/workflows/request-nvskills-ci.yml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Forwards `/nvskills-ci` PR comments and signature push events to the central -# NVSkills CI service in NVIDIA/nvskills-ci. Mirrors +# NVSkills CI service in NVIDIA/nvskills-ci. Adapted from # templates/team-request-workflow.yml from NVIDIA/nvskills-ci@main. # # Onboarding reference: NVIDIA/nvskills-ci/docs/team-onboarding.md @@ -10,7 +10,7 @@ # # Required repository secret: NVSKILLS_CI_DISPATCH_TOKEN -name: Request NVSkills CI +name: Automation / Request NVSkills CI on: issue_comment: