瀏覽代碼

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
           path: test/e2e/output-screenshots
           if-no-files-found: ignore
           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:
   e2e-cov:
     name: Examples ready for release
     name: Examples ready for release
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest