We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ee795 commit f95cd87Copy full SHA for f95cd87
1 file changed
.github/workflows/update-known-checksums.yml
@@ -1,6 +1,8 @@
1
name: "Update known checksums"
2
on:
3
workflow_dispatch:
4
+ schedule:
5
+ - cron: "0 4 * * *" # Run every day at 4am UTC
6
7
jobs:
8
build:
0 commit comments