You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/07 09:00:33 UTC

[GitHub] [shardingsphere] sandynz commented on a diff in pull request #20857: Refactor : add nightly trigger for transaction IT

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


##########
.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



-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org