You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/29 11:36:35 UTC

[GitHub] [incubator-kvrocks] tisonkun commented on a diff in pull request #694: ci: add a label to trigger daily CI in PR

tisonkun commented on code in PR #694:
URL: https://github.com/apache/incubator-kvrocks/pull/694#discussion_r909517297


##########
.github/workflows/kvrocks.yaml:
##########
@@ -115,6 +115,12 @@ jobs:
           cp $HOME/local/bin/redis-cli tests/tcl/redis-cli
           cd tests/tcl && ./runtest
 
+  daily-ci:
+    if: contains(github.event.pull_request.labels.*.name, 'need-daily-CI')

Review Comment:
   ```suggestion
       if: contains(github.event.pull_request.labels.*.name, 'needs-daily-ci')
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

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