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