Update build.yml

This commit is contained in:
Arne Keller 2023-06-14 20:02:28 +02:00 committed by GitHub
parent 29bcc8543c
commit 2bb9caefd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ on:
push:
branches:
- master
schedule:
#schedule:
# rebuild everyday at 4:55
# TIP: Choose a random time here so not all repositories are build at once:
# https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new
- cron: '55 4 * * *'
#- cron: '55 4 * * *'
jobs:
tests:
strategy: