Skip to content

Commit 7fb4107

Browse files
committed
Revert "Resolve TODO before merging:"
This reverts commit 02edff4.
1 parent 02edff4 commit 7fb4107

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
@@ -5,7 +5,8 @@ name: "CI: Restricted Paths Guard"
55

66
on:
77
# Label updates on fork PRs require pull_request_target permissions.
8-
pull_request_target:
8+
# TODO BEFORE MERGING: change to pull_request_target
9+
pull_request:
910
types:
1011
- opened
1112
- 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)