Commit b33d42bd authored by Robert Edmonds's avatar Robert Edmonds

build.yml: Run periodic builds on Friday

That gives us the entire weekend to investigate build failures.
parent 2733398b
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
- next - next
pull_request: pull_request:
schedule: schedule:
- cron: '0 0 * * 0' # Every Sunday at 00:00 - cron: '0 0 * * 5' # Every Friday at 00:00
jobs: jobs:
distcheck: distcheck:
strategy: strategy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment