From f2fec540a4917054a66ffd3356b66a56de3c2d5e Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Mon, 6 Apr 2020 22:33:57 -0700 Subject: [PATCH] Trigger CI every night. This commit triggers the CI build every night to ensure that the upstream Wasmtime repo doesn't break the build without detection. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6594316..3f1b2f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,8 @@ on: tags-ignore: [dev] pull_request: branches: [master] + schedule: + - cron: '0 0 * * *' # run at 00:00 UTC jobs: build: @@ -47,4 +49,3 @@ jobs: run: | cd src dotnet pack -c ${{ matrix.config }} - if: matrix.os == 'macos-latest' # Currently the pack target only supports macOS because of how it decompresses the Wasmtime releases