From be11a496bb2fe02d6e5c5780458dd4bcab303615 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 16 Jul 2020 22:04:06 -0700 Subject: [PATCH] Run a daily build. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd0cf4d2..44f9f72c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '42 5 * * *' jobs: @@ -57,7 +59,7 @@ jobs: cygwin-build: runs-on: windows-latest - if: "contains(github.event.head_commit.message, '[buildall]')" + if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]')) steps: - uses: actions/checkout@v2 - uses: crazy-max/ghaction-chocolatey@v1.2.2 -- 2.47.2