Skip to content

Commit

Permalink
fixup, uploaded artifacts need to have distinct names
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 29, 2024
1 parent 4e7cb7d commit dcbd1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() && fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
with:
name: playwright-report
name: "${{ inputs.target }}_playwright-report"
path: codeserver/e2e/playwright-report/
retention-days: 30

Expand Down

0 comments on commit dcbd1ea

Please sign in to comment.