From 5f5f4766c633535e6c52aba198fcc66446eb697d Mon Sep 17 00:00:00 2001 From: Poolitzer <25934244+Poolitzer@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:10:34 -0800 Subject: [PATCH 1/2] add a cron job this is in place in order to test if an update of our dependencies breaks our library. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c9cd6e19e6..e9416200493 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,9 @@ on: pull_request: branches: - master + schedule: + - cron: 0 2 * * * + jobs: pytest: From 98f98182e2124f813b84332729784f256b114870 Mon Sep 17 00:00:00 2001 From: Poolitzer <25934244+Poolitzer@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:14:15 -0800 Subject: [PATCH 2/2] switch the date to 3:07 am and no redundant empty line anymore --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9416200493..230c65bb6b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,7 @@ on: branches: - master schedule: - - cron: 0 2 * * * - + - cron: 7 3 * * * jobs: pytest: