Skip to content

Commit 299fa48

Browse files
authored
Unique Playwright trace names to avoid collisions
I think this is what caused the following error message in [one of the failing checks](https://github.com/pydata/pydata-sphinx-theme/actions/runs/13705550329/job/38329838641#step:5:22) for #2151: > Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
1 parent 9fc4799 commit 299fa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/a11y.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6
6161
if: ${{ failure() }}
6262
with:
63-
name: playwright-traces
63+
name: playwright-traces-${{ matrix.os }}-${{ matrix.browser }}
6464
path: test-results/

0 commit comments

Comments
 (0)