Browse Source

CI: Remove merge command. (#28403)

Michael Herzog 1 year ago
parent
commit
1a89bb5b78
1 changed files with 0 additions and 10 deletions
  1. 0 10
      .github/workflows/ci.yml

+ 0 - 10
.github/workflows/ci.yml

@@ -96,16 +96,6 @@ jobs:
           path: test/e2e/output-screenshots
           if-no-files-found: ignore
 
-  merge:
-    runs-on: ${{ matrix.os }}
-    needs: [ e2e ]
-    steps:
-      - name: Merge Artifacts
-        uses: actions/upload-artifact/merge@65462800fd760344b1a7b4382951275a0abb4808 # v4
-        with:
-          name: artifacts
-          pattern: Output screenshots-*
-
   e2e-cov:
     name: Examples ready for release
     runs-on: ubuntu-latest