mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Run the main workflow every day at 2am UTC
This commit is contained in:
parent
136b5c9231
commit
083a4348cf
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue