Skip to content

Commit

Permalink
Trigger CI every night.
Browse files Browse the repository at this point in the history
This commit triggers the CI build every night to ensure that the upstream
Wasmtime repo doesn't break the build without detection.
  • Loading branch information
peterhuene committed Apr 7, 2020
1 parent fe00f7a commit f2fec54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags-ignore: [dev]
pull_request:
branches: [master]
schedule:
- cron: '0 0 * * *' # run at 00:00 UTC

jobs:
build:
Expand Down Expand Up @@ -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

0 comments on commit f2fec54

Please sign in to comment.