File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ blocks:
590
590
- name : " Docs: \U0001F5BC ️ Provision Prod Image"
591
591
dependencies : []
592
592
run :
593
- when : " change_in('/docs', {default_branch: 'main'})"
593
+ when : " change_in('/docs', {pipeline_file: 'ignore', default_branch: 'main'})"
594
594
task :
595
595
env_vars :
596
596
- name : APP_ENV
@@ -605,7 +605,7 @@ blocks:
605
605
- name : " Docs: \U0001F5BC ️ Build test image"
606
606
dependencies : []
607
607
run :
608
- when : " change_in('/docs', {default_branch: 'main'})"
608
+ when : " change_in('/docs', {pipeline_file: 'ignore', default_branch: 'main'})"
609
609
task :
610
610
env_vars :
611
611
- name : APP_ENV
@@ -620,7 +620,7 @@ blocks:
620
620
- name : " Docs: \U0001F9EA QA"
621
621
dependencies : ["Docs: \U0001F5BC️ Build test image"]
622
622
run :
623
- when : " change_in('/docs', {default_branch: 'main'})"
623
+ when : " change_in('/docs', {pipeline_file: 'ignore', default_branch: 'main'})"
624
624
task :
625
625
env_vars :
626
626
- name : APP_ENV
You can’t perform that action at this time.
0 commit comments