Skip to content

Commit a2d5dca

Browse files
committed
Fix CI
1 parent 54f140c commit a2d5dca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
1010

11+
# Runs the workflow once per day at 3:15am
12+
schedule:
13+
- cron: '3 16 * * *'
14+
1115
env:
1216
CACHE_NUMBER: 1 # increase to reset cache manually
1317
SNAKEMAKE_PROVENANCE_FILE: metadata4ing_provenance

0 commit comments

Comments
 (0)