Skip to content

build: add CUDA_PYTHON_TOOLCHAIN override for compiler/linker selection #3001

build: add CUDA_PYTHON_TOOLCHAIN override for compiler/linker selection

build: add CUDA_PYTHON_TOOLCHAIN override for compiler/linker selection #3001

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Check warning on line 1 in .github/workflows/pr-auto-label.yml

View workflow run for this annotation

GitHub Actions / CI: Auto-label PRs by path

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
#
# SPDX-License-Identifier: Apache-2.0
name: "CI: Auto-label PRs by path"
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
auto-label:
name: Auto-label by changed paths
if: github.repository_owner == 'NVIDIA'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Apply labels
uses: actions/labeler@e52e4fb63ed5cd0e07abaad9826b2a893ccb921f # main (include actions/labeler#917)