From 87d09af1ff2c1010069481d8ab7cb167c6172c0c Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 5 Aug 2023 13:12:06 +0200 Subject: [PATCH] Disable artifact for installed tree. Too slow and should use cache instead. --- .github/workflows/regression.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index f13aec20..a907faca 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -63,12 +63,12 @@ jobs: cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs ../bin/crlenv.py --verbose ../bin/gopy.sh --github-runner - - name: Bundle installed tree - uses: actions/upload-artifact@v3 - with: - name: installed-tree - path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install - retention-days: 1 +# - name: Bundle installed tree +# uses: actions/upload-artifact@v3 +# with: +# name: installed-tree +# path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install +# retention-days: 1 - name: Archive test design set logs uses: actions/upload-artifact@v3 with: