We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9100985 commit 5a4c8e8Copy full SHA for 5a4c8e8
.github/workflows/restricted-paths-guard.yml
@@ -6,8 +6,7 @@ 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
- # TODO BEFORE MERGING: change to pull_request_target
10
- pull_request:
+ pull_request_target:
11
types:
12
- opened
13
- synchronize
cuda_bindings/pyproject.toml
@@ -1,6 +1,5 @@
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