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 c8091cc commit 259dae5Copy full SHA for 259dae5
.circleci/config.yml
@@ -381,6 +381,9 @@ workflows:
381
jobs:
382
- compare_base_dockerfiles
383
- test_pytest:
384
+ filters:
385
+ tags:
386
+ only: /.*/
387
requires:
388
389
- test_py3_fmri_fsl_spm:
@@ -409,9 +412,6 @@ workflows:
409
412
only: /.*/
410
413
411
414
- test_pytest
- - test_fmri_spm_nested_fsl_feeds
- - test_py3_fmri_fsl_spm
- - test_py3_fmri_spm_dartel_multiproc
415
- update_feedstock:
416
context: nipybot
417
filters:
0 commit comments