diff --git a/.github/workflows/msvc-static-build.yml b/.github/workflows/msvc-static-build.yml index e197b1b64..9b2c7e5a6 100644 --- a/.github/workflows/msvc-static-build.yml +++ b/.github/workflows/msvc-static-build.yml @@ -1,8 +1,8 @@ name: MSVC Static Build on: - push: - pull_request: + schedule: + - cron: '0 0 */2 * *' permissions: contents: read # to fetch code (actions/checkout)