From 7edd442c140c0a943cc91d7ba35fb630706f9e43 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 23 Mar 2020 18:39:16 +0100 Subject: [PATCH] also run nightly --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 762e5032..e947acf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI on: + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC push: branches: [ master ] pull_request: @@ -13,7 +15,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} - + steps: - uses: actions/checkout@v2 - name: Build