Check every day at 5 am instead of hourly
All checks were successful
/ lint (pull_request) Successful in 27s
/ deploy-aarch64 (pull_request) Successful in 59s
/ build-aarch64 (pull_request) Successful in 7m39s
/ build-x86_64 (pull_request) Successful in 35s
/ deploy-x86_64 (pull_request) Successful in 28s

This commit is contained in:
Antoine Martin 2024-10-28 08:21:59 -04:00
parent bf00362653
commit bd438f03e4
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
- cron: '@hourly'
- cron: '0 5 * * *'
jobs:
check-user: