We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f140c commit a2d5dcaCopy full SHA for a2d5dca
.github/workflows/run-benchmark.yml
@@ -8,6 +8,10 @@ on:
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
11
+ # Runs the workflow once per day at 3:15am
12
+ schedule:
13
+ - cron: '3 16 * * *'
14
+
15
env:
16
CACHE_NUMBER: 1 # increase to reset cache manually
17
SNAKEMAKE_PROVENANCE_FILE: metadata4ing_provenance
0 commit comments