diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7dbc649d8..bb8ccd79f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,11 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + # Run once a week (even if no new code or PRs) to detect random regressions + - cron: '12 13 * * 2' jobs: - build: runs-on: ubuntu-latest timeout-minutes: 5