We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bd22e commit 9100985Copy full SHA for 9100985
.github/workflows/restricted-paths-guard.yml
@@ -6,7 +6,8 @@ name: "CI: Restricted Paths Guard"
6
on:
7
# Run on drafts too so maintainers get early awareness on WIP PRs.
8
# Label updates on fork PRs require pull_request_target permissions.
9
- pull_request_target:
+ # TODO BEFORE MERGING: change to pull_request_target
10
+ pull_request:
11
types:
12
- opened
13
- 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]
5
requires = [
"setuptools>=80.0.0",
0 commit comments