Skip to content

Commit 143f980

Browse files
committed
ci: we don't want to remove artifacts
1 parent f078ec0 commit 143f980

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,20 +210,3 @@ jobs:
210210
- build-images
211211
secrets: inherit
212212
uses: ./.github/workflows/tests-packges-functional.yml
213-
214-
remove-artifacts:
215-
name: Remove artifacts
216-
needs:
217-
- js-packages
218-
- js-codeql
219-
- test-suite
220-
- test-functional
221-
- dashmate-e2e-tests
222-
runs-on: ubuntu-24.04
223-
# Make sure we run this job even if some needed jobs were skipped
224-
if: ${{ always() }}
225-
steps:
226-
- uses: geekyeggo/delete-artifact@v5
227-
with:
228-
name: js-build-${{ github.sha }}
229-
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || !github.event.pull_request.draft }}

0 commit comments

Comments
 (0)