diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb70fea..1aca9e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,15 +6,15 @@ on: branches: - master - release/* + schedule: + - cron: '0 6 * * *' jobs: test: name: default - runs-on: ${{ matrix.os }} + runs-on: windows-latest strategy: fail-fast: false - matrix: - os: [windows-2016, windows-2019, windows-latest] steps: - name: Check out source code uses: actions/checkout@v1