taojintianxia commented on code in PR #20857:
URL: https://github.com/apache/shardingsphere/pull/20857#discussion_r964587461


##########
.github/workflows/it-transaction.yml:
##########
@@ -42,6 +42,8 @@ on:
       - 
'shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-env/**'
       - 
'shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-transaction/**'
       - '!*.md'
+  schedule:
+    - cron: '0 21 */1 * *'  # once a day. UTC time

Review Comment:
   > Suggest to add `if: (github.event_name == 'schedule' && github.repository 
== 'apache/shardingsphere')` to avoid it's triggered in forked project
   
   it's not like the tests in scaling, this should be executed nightly even in 
forked repository.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to