Skip to content

Commit 2a019b6

Browse files
committed
TEMPORARY: Switch to pull_request trigger for testing
This commit is for testing the collaborator permission check and must be reverted before merge: 1. Changes trigger from pull_request_target to pull_request so this branch's workflow definition runs instead of main's. 2. Adds a dummy change to cuda_bindings/pyproject.toml to trigger the restricted-paths detection. REVERT THIS COMMIT BEFORE MERGE. Made-with: Cursor
1 parent 500cb29 commit 2a019b6

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+
# TEMPORARY: Using pull_request for testing; revert to pull_request_target before merge.
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 FOR TESTING restricted-paths-guard.yml - REMOVE BEFORE MERGE XXX
34
[build-system]
45
requires = [
56
"setuptools>=80.0.0",

0 commit comments

Comments
 (0)