File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ metadata:
1010 (
1111 event == "push" && (
1212 source_branch.matches("^(main|master|release-.*)$") ||
13- target_branch.matches("^(main|master|release-.*)$") ||
14- target_branch.startsWith("refs/tags/")
13+ target_branch.matches("^(main|master|release-.*)$")
1514 )
1615 )
1716spec :
@@ -57,10 +56,10 @@ spec:
5756 - ReadWriteOnce
5857 resources :
5958 requests :
60- storage : 10Gi
59+ storage : 1Gi
6160 - name : cache
6261 persistentVolumeClaim :
63- claimName : build-cache
62+ claimName : doc- build-cache
6463 subPath : yarn_cache
6564
6665 # This secret will be replaced by the pac controller
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ spec:
5555 - ReadWriteOnce
5656 resources :
5757 requests :
58- storage : 10Gi
58+ storage : 1Gi
5959 - name : cache
6060 persistentVolumeClaim :
61- claimName : build-cache
61+ claimName : doc- build-cache
6262 subPath : yarn_cache
6363
6464 # This secret will be replaced by the pac controller
You can’t perform that action at this time.
0 commit comments