Skip to content

Commit f5aa8a1

Browse files
committed
Revert "TEMPORARY: Switch to pull_request trigger for testing"
This reverts commit 8686adb.
1 parent 8686adb commit f5aa8a1

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
@@ -6,8 +6,7 @@ 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-
# TEMPORARY: Using pull_request for testing; revert to pull_request_target before merge.
10-
pull_request:
9+
pull_request_target:
1110
types:
1211
- opened
1312
- 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 FOR TESTING restricted-paths-guard.yml - REMOVE BEFORE MERGE XXX
43
[build-system]
54
requires = [
65
"setuptools>=80.0.0",

0 commit comments

Comments
 (0)