We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd362a commit 6162ecfCopy full SHA for 6162ecf
2 files changed
.github/workflows/restricted-paths-guard.yml
@@ -5,8 +5,9 @@ name: "CI: Restricted Paths Guard"
5
6
on:
7
# 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:
+ # Temporary testing mode: use pull_request so this branch's workflow
+ # definition can be exercised before switching back to pull_request_target.
10
+ pull_request:
11
types:
12
- opened
13
- synchronize
cuda_bindings/pyproject.toml
@@ -1,5 +1,6 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2023-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3
+# XXX DUMMY CHANGE XXX
4
[build-system]
requires = [
"setuptools>=80.0.0",
0 commit comments