Skip to content

Commit f95cd87

Browse files
authored
Run update-known-checksums every night (#273)
1 parent 61ee795 commit f95cd87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-known-checksums.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Update known checksums"
22
on:
33
workflow_dispatch:
4+
schedule:
5+
- cron: "0 4 * * *" # Run every day at 4am UTC
46

57
jobs:
68
build:

0 commit comments

Comments
 (0)