diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a945cde8ec..b38650db1f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: build +name: Branch, release, tag, and nightly build on: push: diff --git a/.github/workflows/build_test_publish_images.yaml b/.github/workflows/build_test_publish_images.yaml index 17d4e9ab57..4a333e145f 100644 --- a/.github/workflows/build_test_publish_images.yaml +++ b/.github/workflows/build_test_publish_images.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Build, Test and Publish cuopt images +name: Build, test, and publish cuOpt container images on: workflow_call: @@ -160,7 +160,7 @@ jobs: run: bash ci/docker/create_multiarch_manifest.sh test-images: - name: Test images + name: Test cuOpt container images needs: [build-cuopt-multiarch-manifest, compute-matrix] secrets: inherit strategy: diff --git a/.github/workflows/inactivity_reminder.yaml b/.github/workflows/inactivity_reminder.yaml index 8b65b78064..0c140ccfef 100644 --- a/.github/workflows/inactivity_reminder.yaml +++ b/.github/workflows/inactivity_reminder.yaml @@ -1,7 +1,7 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Inactivity Reminder with Different Times +name: Stale issue and PR reminders on: schedule: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a652c23b9a..57ccb3a9b4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: pr +name: Pull Requests on: push: diff --git a/.github/workflows/self_hosted_service_test.yaml b/.github/workflows/self_hosted_service_test.yaml index 0761a653fd..f9f7037fa1 100644 --- a/.github/workflows/self_hosted_service_test.yaml +++ b/.github/workflows/self_hosted_service_test.yaml @@ -1,7 +1,7 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Test self-hosted service on local-setup +name: Self-hosted service tests on: workflow_call: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a8cc5f2943..69455c522b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: test +name: Branch, release, tag, and nightly tests on: workflow_dispatch: diff --git a/.github/workflows/test_images.yaml b/.github/workflows/test_images.yaml index 66cbce036d..e9e70b8e65 100644 --- a/.github/workflows/test_images.yaml +++ b/.github/workflows/test_images.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -10,7 +10,7 @@ # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -name: Test images +name: Test cuOpt container images on: workflow_call: