Skip to content

Commit d2ce32d

Browse files
committed
fix: save artifact always
1 parent e8164ac commit d2ce32d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,12 @@ jobs:
238238
path: ${{ env.SKETCHES_REPORTS_PATH }}
239239

240240
- name: Save production artifact
241-
if: github.event_name == 'push'
242241
uses: actions/upload-artifact@v4
243242
with:
244243
name: provisioning-prod-${{ matrix.board.artifact-name-suffix }}
245244
path: ${{ runner.temp }}/provisioning-prod/
246245

247246
- name: Save staging artifact
248-
if: github.event_name == 'push'
249247
uses: actions/upload-artifact@v4
250248
with:
251249
name: provisioning-staging-${{ matrix.board.artifact-name-suffix }}

0 commit comments

Comments
 (0)