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 bf4dfc5 commit 14eb9d6Copy full SHA for 14eb9d6
.github/workflows/main.yml
@@ -101,7 +101,7 @@ jobs:
101
directory: "."
102
snakefile: "workflow/Snakefile"
103
args: >
104
- --sdm conda --conda-cleanup-pkgs cache --dryrun
+ --sdm conda --conda-cleanup-pkgs cache --dryrun --rerun-triggers mtime
105
stagein: |
106
pip install snakemake-storage-plugin-zenodo
107
pip install snakemake-storage-plugin-http
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
- --cores 2 --sdm conda --conda-cleanup-pkgs cache --all-temp
+ --cores 2 --sdm conda --conda-cleanup-pkgs cache --rerun-triggers mtime
116
117
118
0 commit comments