Skip to content

Commit f58cb33

Browse files
committed
Run reproducibility verification every three days
1 parent abf71d4 commit f58cb33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reproducible_verify.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Verify Reproducible Build
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: "0 2 */3 * *"
57

68
jobs:
79
verify:

0 commit comments

Comments
 (0)