Start update_crates.sh at 3 am instead of 8 am

This commit is contained in:
Filipe PINTO 2023-03-30 11:02:10 +02:00 committed by GitHub
parent bba9a5949b
commit 7577f89d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: update-crates
on:
schedule:
- cron: "0 8 * * *"
- cron: "0 3 * * *"
workflow_dispatch:
concurrency: update-crates-${{ github.ref }}