|
81 | 81 | ${{github.workspace}}/build/bin/straka-test-main.nc |
82 | 82 | ${{github.workspace}}/examples/2019-Li-snap/straka_output.nc |
83 | 83 |
|
84 | | - - uses: actions/upload-artifact@v3 |
85 | | - if: env.ARTIFACT_EXISTS == 'false' |
86 | | - with: |
87 | | - name: straka_output.nc |
88 | | - path: ${{github.workspace}}/examples/2019-Li-snap/straka_output.nc |
89 | | - |
90 | 84 | robert-2d: |
91 | 85 | if: github.event.pull_request.draft == false |
92 | 86 | runs-on: [self-hosted, Linux, 8core] |
@@ -135,12 +129,6 @@ jobs: |
135 | 129 | ${{github.workspace}}/build/bin/robert-test-main.nc |
136 | 130 | ${{github.workspace}}/examples/2019-Li-snap/robert_output.nc |
137 | 131 |
|
138 | | - - uses: actions/upload-artifact@v3 |
139 | | - if: env.ARTIFACT_EXISTS == 'false' |
140 | | - with: |
141 | | - name: robert_output.nc |
142 | | - path: ${{github.workspace}}/examples/2019-Li-snap/robert_output.nc |
143 | | - |
144 | 132 | robert-3d: |
145 | 133 | if: github.event.pull_request.draft == false |
146 | 134 | runs-on: [self-hosted, Linux, 8core] |
@@ -189,12 +177,6 @@ jobs: |
189 | 177 | ${{github.workspace}}/build/bin/robert-test-main.nc |
190 | 178 | ${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc |
191 | 179 |
|
192 | | - - uses: actions/upload-artifact@v3 |
193 | | - if: env.ARTIFACT_EXISTS == 'false' |
194 | | - with: |
195 | | - name: robert3d_output.nc |
196 | | - path: ${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc |
197 | | - |
198 | 180 | bryan-2d: |
199 | 181 | if: github.event.pull_request.draft == false |
200 | 182 | runs-on: [self-hosted, Linux, 4core] |
@@ -242,9 +224,3 @@ jobs: |
242 | 224 | ${{github.workspace}}/examples/2019-Li-snap/test_bryan.py |
243 | 225 | ${{github.workspace}}/build/bin/bryan-test-main.nc |
244 | 226 | ${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc |
245 | | -
|
246 | | - - uses: actions/upload-artifact@v3 |
247 | | - if: env.ARTIFACT_EXISTS == 'false' |
248 | | - with: |
249 | | - name: bryan_output.nc |
250 | | - path: ${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc |
0 commit comments