Run the main workflow every day at 2am UTC

This commit is contained in:
Andrew Morgan 2022-04-12 11:37:36 -07:00
parent 136b5c9231
commit 083a4348cf

View file

@ -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: