From 58dca8be5dd0886bf1d489208f48b3cde3241f2b Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 4 Jan 2021 22:35:10 +0000 Subject: [PATCH] Weekly test of master to check for external failures Test failures can sometimes be quite hard to debug. By adding a weekly automated test run of the default branch we'll have a bit more information on whether a PR is failing due to a change in that PR or due to some external factor. --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 244e66c3..4e6de4dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,10 +7,13 @@ name: Continuous Integration -# Only trigger the workflow when pushing to master on: - - push - - pull_request + push: + pull_request: + schedule: + # Weekly test so we know if tests break for external reasons + # https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events + - cron: '36 10 * * 0' # Global environment variables env: