Skip to content

Commit 14eb9d6

Browse files
only use mtime triggers
1 parent bf4dfc5 commit 14eb9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
directory: "."
102102
snakefile: "workflow/Snakefile"
103103
args: >
104-
--sdm conda --conda-cleanup-pkgs cache --dryrun
104+
--sdm conda --conda-cleanup-pkgs cache --dryrun --rerun-triggers mtime
105105
stagein: |
106106
pip install snakemake-storage-plugin-zenodo
107107
pip install snakemake-storage-plugin-http
@@ -112,7 +112,7 @@ jobs:
112112
directory: "."
113113
snakefile: "workflow/Snakefile"
114114
args: >
115-
--cores 2 --sdm conda --conda-cleanup-pkgs cache --all-temp
115+
--cores 2 --sdm conda --conda-cleanup-pkgs cache --rerun-triggers mtime
116116
stagein: |
117117
pip install snakemake-storage-plugin-zenodo
118118
pip install snakemake-storage-plugin-http

0 commit comments

Comments
 (0)