Skip to content

Commit 9100985

Browse files
committed
Revert "Resolve TODO before merging:"
This reverts commit 02edff4.
1 parent 66bd22e commit 9100985

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: "CI: Restricted Paths Guard"
66
on:
77
# Run on drafts too so maintainers get early awareness on WIP PRs.
88
# Label updates on fork PRs require pull_request_target permissions.
9-
pull_request_target:
9+
# TODO BEFORE MERGING: change to pull_request_target
10+
pull_request:
1011
types:
1112
- opened
1213
- synchronize

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34
[build-system]
45
requires = [
56
"setuptools>=80.0.0",

0 commit comments

Comments
 (0)