Skip to content

Commit 6162ecf

Browse files
committed
CI: temporarily switch restricted paths guard to pull_request
Exercise this branch's workflow definition in a PR before switching back to pull_request_target for the real rollout. Made-with: Cursor
1 parent 1bd362a commit 6162ecf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

66
on:
77
# Run on drafts too so maintainers get early awareness on WIP PRs.
8-
# Label updates on fork PRs require pull_request_target permissions.
9-
pull_request_target:
8+
# Temporary testing mode: use pull_request so this branch's workflow
9+
# definition can be exercised before switching back 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)