Skip to content

Commit afc87be

Browse files
gabalafoutrallard
andauthored
ENH - Unique Playwright trace names to avoid collisions (#2161)
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 <!-- readthedocs-preview pydata-sphinx-theme start --> ---- 📚 Documentation preview 📚: https://pydata-sphinx-theme--2161.org.readthedocs.build/en/2161/ <!-- readthedocs-preview pydata-sphinx-theme end --> Co-authored-by: Tania Allard <taniar.allard@gmail.com>
1 parent 255bc06 commit afc87be

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)