Skip to content

Commit dd1f620

Browse files
ci: remove leftover db watcher suffix (#39536)
Co-authored-by: Julio Araujo <[email protected]>
1 parent 469107d commit dd1f620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
if: inputs.type == 'ui' && always()
282282
uses: actions/upload-artifact@v7
283283
with:
284-
name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}${{ inputs.db-watcher-disabled == 'true' && '-no-watcher' || '' }}
284+
name: playwright-test-trace-${{ inputs.release }}-${{ matrix.mongodb-version }}-${{ matrix.shard }}
285285
path: ./apps/meteor/tests/e2e/.playwright*
286286
include-hidden-files: true
287287

0 commit comments

Comments
 (0)