Skip to content

Commit f5ac87c

Browse files
committed
github: Update workflow file.
1 parent 7f8302f commit f5ac87c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ jobs:
2323
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
2424
dependencies: linuxmint/cinnamon-desktop
2525
##############################
26+
27+
# Generate test packages when /generate-test-packages is commented on a PR
28+
generate-test-packages:
29+
if: github.event_name == 'issue_comment' && github.event.issue.pull_request
30+
uses: linuxmint/github-actions/.github/workflows/generate-test-packages.yml@master
31+
secrets: inherit
32+
with:
33+
comment_body: ${{ github.event.comment.body }}
34+
comment_user: ${{ github.event.comment.user.login }}
35+
comment_id: ${{ github.event.comment.id }}
36+
issue_number: ${{ github.event.issue.number }}
37+
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
38+
dependencies: linuxmint/cinnamon-desktop

0 commit comments

Comments
 (0)