Skip to content

Commit a5a6bfc

Browse files
authored
feat: disable bundle upload as it's not really useful
1 parent 1507ab5 commit a5a6bfc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-node-python.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,13 @@ jobs:
454454
env:
455455
VISYN_CORE__SENTRY__FRONTEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
456456
VISYN_CORE__SENTRY__BACKEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__BACKEND_DSN }}
457-
- name: Upload bundle
458-
uses: actions/upload-artifact@v4
459-
if: always()
460-
with:
461-
name: "bundles-${{ inputs.branch || github.sha }}"
462-
path: bundles/
457+
# Disable upload of bundles as there is no real value...
458+
# - name: Upload bundle
459+
# uses: actions/upload-artifact@v4
460+
# if: always()
461+
# with:
462+
# name: "bundles-${{ inputs.branch || github.sha }}"
463+
# path: bundles/
463464
- name: Upload playwright report
464465
uses: actions/upload-artifact@v4
465466
if: always()

0 commit comments

Comments
 (0)