We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8164ac commit d2ce32dCopy full SHA for d2ce32d
.github/workflows/compile-provisioning.yml
@@ -238,14 +238,12 @@ jobs:
238
path: ${{ env.SKETCHES_REPORTS_PATH }}
239
240
- name: Save production artifact
241
- if: github.event_name == 'push'
242
uses: actions/upload-artifact@v4
243
with:
244
name: provisioning-prod-${{ matrix.board.artifact-name-suffix }}
245
path: ${{ runner.temp }}/provisioning-prod/
246
247
- name: Save staging artifact
248
249
250
251
name: provisioning-staging-${{ matrix.board.artifact-name-suffix }}
0 commit comments