We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02edff4 commit 7fb4107Copy full SHA for 7fb4107
.github/workflows/restricted-paths-guard.yml
@@ -5,7 +5,8 @@ name: "CI: Restricted Paths Guard"
5
6
on:
7
# Label updates on fork PRs require pull_request_target permissions.
8
- pull_request_target:
+ # TODO BEFORE MERGING: change to pull_request_target
9
+ pull_request:
10
types:
11
- opened
12
- synchronize
cuda_bindings/pyproject.toml
@@ -1,5 +1,6 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3
+# XXX DUMMY CHANGE XXX
4
[build-system]
requires = [
"setuptools>=80.0.0",
0 commit comments