You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/05 09:49:15 UTC

[GitHub] [incubator-devlake] likyh opened a new pull request, #2420: feat: try to fix ci brage by run ci every night

likyh opened a new pull request, #2420:
URL: https://github.com/apache/incubator-devlake/pull/2420

   # Summary
   
   try to fix ci badge by running ci every night
   
   ### Does this close any open issues?
   close #2377
   


-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] likyh commented on a diff in pull request #2420: feat: try to fix ci brage by run ci every night

Posted by GitBox <gi...@apache.org>.
likyh commented on code in PR #2420:
URL: https://github.com/apache/incubator-devlake/pull/2420#discussion_r914375083


##########
.github/workflows/test.yml:
##########
@@ -10,6 +10,9 @@ on:
       - 'go.sum'
       - '.github/workflows/*.yml'
       - 'test/**'
+  schedule:
+    - cron: '0 0 * * *' # run ci every night

Review Comment:
   It will only run in the default branch.



-- 
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: commits-unsubscribe@devlake.apache.org

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


[GitHub] [incubator-devlake] klesh merged pull request #2420: feat: try to fix ci brage by run ci every night

Posted by GitBox <gi...@apache.org>.
klesh merged PR #2420:
URL: https://github.com/apache/incubator-devlake/pull/2420


-- 
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: commits-unsubscribe@devlake.apache.org

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