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 }}