From a1775d6a5576f66d60ade5a9acaa6b9ed8c985cb Mon Sep 17 00:00:00 2001 From: Will Killian Date: Fri, 7 Aug 2026 08:38:40 -0400 Subject: [PATCH] ci: update NVSkills CI request workflow Signed-off-by: Will Killian --- .github/workflows/request-nvskills-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/request-nvskills-ci.yml b/.github/workflows/request-nvskills-ci.yml index 20a37a4b2..5ad50f108 100644 --- a/.github/workflows/request-nvskills-ci.yml +++ b/.github/workflows/request-nvskills-ci.yml @@ -6,11 +6,14 @@ name: Request NVSkills CI on: issue_comment: types: [created] + pull_request: + types: [opened, reopened, synchronize, ready_for_review] push: jobs: request: if: > + github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/nvskills-ci')) || @@ -20,6 +23,7 @@ jobs: permissions: contents: read pull-requests: read - uses: NVIDIA/skills/.github/workflows/team-request.yml@main + statuses: read + uses: NVIDIA/skills/.github/workflows/team-request.yml@053f17aaf44aca0291cf7f62525bb39d581648d6 # main as of 2026-08-07 secrets: NVSKILLS_CI_DISPATCH_TOKEN: ${{ secrets.NVSKILLS_CI_DISPATCH_TOKEN }}