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

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

View file

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