Add nvskills workflow file - #283
Conversation
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
|
| Filename | Overview |
|---|---|
| request-nvskills-ci.yml | Adds the NVSkills trigger workflow, but its root-level location prevents GitHub Actions from registering or running it. |
Reviews (1): Last reviewed commit: "Add nvskills workflow file" | Re-trigger Greptile
| @@ -0,0 +1,26 @@ | |||
| name: Request NVSkills CI | |||
There was a problem hiding this comment.
Because this workflow file is at the repository root instead of under .github/workflows/, GitHub Actions does not register it, causing the pull-request, /nvskills-ci comment, and push triggers to never run the NVSkills request job.
Knowledge Base Used: Build configuration and CI
|
/nvskills-ci |
|
Hi Ohad, thank you for adding the nvSkill workflow. Kevin is currently OOO and will complete the review when he's back. In the meantime, I also took a look at the changes and have a couple of general comments:
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 |
No description provided.