Skip to content

Commit abf1724

Browse files
fix: restore NVSkills workflow startup (#848)
Signed-off-by: Andre Manoel <amanoel@nvidia.com>
1 parent a1037d9 commit abf1724

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/request-nvskills-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: Request NVSkills CI
33
on:
44
issue_comment:
55
types: [created]
6+
pull_request:
7+
types: [opened, reopened, synchronize, ready_for_review]
68
push:
79

810
jobs:
911
request:
1012
if: >
13+
github.event_name == 'pull_request' ||
1114
(github.event_name == 'issue_comment' &&
1215
github.event.issue.pull_request &&
1316
startsWith(github.event.comment.body, '/nvskills-ci')) ||
@@ -17,6 +20,7 @@ jobs:
1720
permissions:
1821
contents: read
1922
pull-requests: read
23+
statuses: read
2024
uses: NVIDIA/skills/.github/workflows/team-request.yml@main
2125
secrets:
2226
NVSKILLS_CI_DISPATCH_TOKEN: ${{ secrets.NVSKILLS_CI_DISPATCH_TOKEN }}

0 commit comments

Comments
 (0)