소스 검색

CI: Remove merge command. (#28403)

Michael Herzog 1 년 전
부모
커밋
1a89bb5b78
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  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