Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/brev-nightly-e2e.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-latest-tag.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/request-nvskills-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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
# This file must remain CODEOWNERS-protected (see .github/CODEOWNERS).
#
# Required repository secret: NVSKILLS_CI_DISPATCH_TOKEN

name: Request NVSkills CI
name: Automation / Request NVSkills CI

on:
issue_comment:
Expand Down
Loading