From fc1933eb17a0a9aa3e51a5479c8289fc19670903 Mon Sep 17 00:00:00 2001 From: Hannah A Pliner Date: Fri, 17 Mar 2023 19:10:50 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdc5468..94d1dab 100755 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ ### Automated cell type classification Please see our [website](http://cole-trapnell-lab.github.io/garnett/) for information on installing and using Garnett + From 180b943e4459b62c42571836364d1da27ec988b3 Mon Sep 17 00:00:00 2001 From: Hannah A Pliner Date: Thu, 4 May 2023 19:46:52 +0200 Subject: [PATCH 2/2] add cron --- .github/workflows/check-standard.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index 99da3f5..1ae6a3e 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -1,6 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: + schedule: + - cron: '0 0 1 * *' push: branches: [main, master, monocle3] pull_request: