diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d112d865..2a6f8674f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ on: - shared/src/native-src/* pull_request: workflow_dispatch: + schedule: + - cron: '0 0 * * 1,3,5' # Every Monday, Wednesday, and Friday at midnight UTC env: buildConfiguration: Release