Skip to content

Commit 02edff4

Browse files
committed
Resolve TODO before merging:
- undo cuda_bindings/pyproject.toml # XXX DUMMY CHANGE XXX - change trigger from pull_request (useful only for testing this PR) to pull_request_target
1 parent 71b76d7 commit 02edff4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/restricted-paths-guard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: "CI: Restricted Paths Guard"
55

66
on:
77
# Label updates on fork PRs require pull_request_target permissions.
8-
# TODO BEFORE MERGING: change to pull_request_target
9-
pull_request:
8+
pull_request_target:
109
types:
1110
- opened
1211
- synchronize

cuda_bindings/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
# XXX DUMMY CHANGE XXX
43
[build-system]
54
requires = [
65
"setuptools>=80.0.0",

0 commit comments

Comments
 (0)