We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f078ec0 commit 143f980Copy full SHA for 143f980
.github/workflows/tests.yml
@@ -210,20 +210,3 @@ jobs:
210
- build-images
211
secrets: inherit
212
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