Update the 'unstable' copy of the site every night at 2am UTC (#1028)

This commit is contained in:
Andrew Morgan 2022-04-12 20:52:12 +01:00 committed by GitHub
parent 136b5c9231
commit b9500a7548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

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: