Skip to content

Commit

Permalink
ci: we don't want to remove artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 18, 2024
1 parent f078ec0 commit 143f980
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 143f980

Please sign in to comment.