This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new dfd46d95 feat: try to fix ci brage by run ci every night (#2420)
dfd46d95 is described below
commit dfd46d958e65e01c33286470ee2b77d3aea1fde9
Author: likyh <[email protected]>
AuthorDate: Fri Jul 8 15:41:07 2022 +0800
feat: try to fix ci brage by run ci every night (#2420)
Co-authored-by: linyh <[email protected]>
---
.github/workflows/test.yml | 3 +++
README.md | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2c6f5e51..bf347ad7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,6 +10,9 @@ on:
- 'go.sum'
- '.github/workflows/*.yml'
- 'test/**'
+ schedule:
+ - cron: '0 0 * * *' # run ci every night
+
jobs:
test:
strategy:
diff --git a/README.md b/README.md
index e5f2b137..ffefb343 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
# Apache DevLake(Incubating)
[](http://makeapullrequest.com)
-
+[](https://github.com/apache/incubator-devlake/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/apache/incubator-devlake)
[](https://join.slack.com/t/devlake-io/shared_invite/zt-17b6vuvps-x98pqseoUagM7EAmKC82xQ)
</div>