From 143f980eba668493b6b6ac883f011221c5957424 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Mon, 18 Nov 2024 22:27:46 +0700 Subject: [PATCH] ci: we don't want to remove artifacts --- .github/workflows/tests.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db0fdd2d324..5092d32ede8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -210,20 +210,3 @@ jobs: - build-images secrets: inherit uses: ./.github/workflows/tests-packges-functional.yml - - remove-artifacts: - name: Remove artifacts - needs: - - js-packages - - js-codeql - - test-suite - - test-functional - - dashmate-e2e-tests - runs-on: ubuntu-24.04 - # Make sure we run this job even if some needed jobs were skipped - if: ${{ always() }} - steps: - - uses: geekyeggo/delete-artifact@v5 - with: - name: js-build-${{ github.sha }} - if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || !github.event.pull_request.draft }}