Run update-known-checksums every night (#273)

This commit is contained in:
Kevin Stillhammer 2025-02-06 08:45:58 +01:00 committed by GitHub
parent 61ee7954c6
commit f95cd8710c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
name: "Update known checksums"
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # Run every day at 4am UTC
jobs:
build: