Skip to content

Commit

Permalink
prevent collisions on uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 22, 2025
1 parent c493c9e commit 309b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ jobs:
if: failure()
with:
path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots
name: cypress-artifact-${{ github.run_id }}-${{ github.job }}
name: cypress-artifact-${{ github.run_id }}-${{ github.job }}-${{ matrix.browser }}-${{ matrix.parallel_id }}

0 comments on commit 309b1cd

Please sign in to comment.