fix(workflow): cleanup when running e2e jobs aswell (#9001)

This commit is contained in:
Ulf Gebhardt 2025-10-31 01:02:39 +01:00 committed by GitHub
parent e6244c848c
commit 3f69b70820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,9 @@ jobs:
# run copies of the current job in parallel
job: [1, 2, 3, 4, 5, 6, 7, 8]
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2