Skip to content

Commit 7e00bab

Browse files
committed
Minor updates
1 parent 961b0ab commit 7e00bab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dispatch-build-and-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,8 +23,7 @@ on:
2323

2424
jobs:
2525
# Using a matrix to dispatch to the build-and-test reusable workflow for each build configuration
26-
# ensures that the build/test steps can overlap across different configurations. For example,
27-
# the build step for CUDA 12.1 + gcc 9.3 can run at the same time as the test step for CUDA 11.0 + clang 11.
26+
# ensures that the build/test steps can overlap across different configurations.
2827
build_and_test:
2928
name: ${{matrix.cpu}}
3029
uses: ./.github/workflows/build-and-test.yml

0 commit comments

Comments
 (0)