File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ windowsWorkflowFilters: &windows-workflow-filters
84
84
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
85
85
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
86
86
- equal : [ 'chore/fix_react_18_deprecation_warnings', << pipeline.git.branch >> ]
87
+ - equal : [ 'cacie/fix-du', << pipeline.git.branch >> ]
87
88
- matches :
88
89
pattern : /^release\/\d+\.\d+\.\d+$/
89
90
value : << pipeline.git.branch >>
@@ -497,10 +498,9 @@ commands:
497
498
default : cy-doc
498
499
steps :
499
500
- run : pwd
500
- - run :
501
- name : print global yarn cache path and size
502
- command : |
503
- du -sh $(yarn global bin)
501
+ # #- run:
502
+ # # name: print global yarn cache path and size
503
+ # # command: du -sh $(yarn global bin)
504
504
- run :
505
505
name : print yarn version
506
506
command : yarn versions
You can’t perform that action at this time.
0 commit comments