Skip to content

Commit

Permalink
chore: Add a option for test sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Jan 16, 2024
1 parent b5f22ea commit 78bc769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package_for_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:
edit-mode: append

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

1 comment on commit 78bc769

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 7538025849

Please sign in to comment.