Skip to content

Commit 78bc769

Browse files
committed
chore: Add a option for test sync.
1 parent b5f22ea commit 78bc769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package_for_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
edit-mode: append
241241

242242
sync-test:
243+
if: ${{ (github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/package -test')) || github.event_name == 'push' }}
243244
needs: [packaging]
244245
strategy:
245246
matrix:

0 commit comments

Comments
 (0)