File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 SECRET :
77 required : true
88 workflow_dispatch :
9+ pull_request :
10+ paths :
11+ - backend/**
912
1013env :
1114 SECRET : ${{ secrets.SECRET }}
5356 with :
5457 name : backend-linux
5558 path : " ${{env.BACKEND_DIR}}/output/*"
59+ retention-days : 3
5660
5761 build-backend-windows :
5862 name : " Build backend for windows"
96100 with :
97101 name : backend-windows
98102 path : " ${{env.BACKEND_DIR}}\\ output\\ *"
103+ retention-days : 3
99104
100105 build-backend-mac :
101106 name : " Build backend for macOS"
@@ -148,3 +153,4 @@ jobs:
148153 with :
149154 name : backend-macos
150155 path : " ${{env.BACKEND_DIR}}/output/*"
156+ retention-days : 3
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Build ethernet view
33on :
44 workflow_call :
55 workflow_dispatch :
6+ pull_request :
7+ paths :
8+ - ethernet-view/**
9+ - common-front/**
610
711jobs :
812 build-ethernet-view :
4448 with :
4549 name : ethernet-view
4650 path : " ${{env.FRONTEND_DIR}}/static/*"
51+ retention-days : 3
You can’t perform that action at this time.
0 commit comments