diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71d3ee2c..f0a840bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,10 @@ on: - v* pull_request: workflow_dispatch: + schedule: + # Run this workflow every day at 2am. This helps keep the page of + # current spec proposals up-to-date. + - cron: '0 2 * * *' jobs: validate-openapi: