OPSEXP-3693: ensure space has been freed in PR workflow (#4938)

This commit is contained in:
Frantz FISCHER
2025-12-11 09:07:16 +01:00
committed by GitHub
parent f87bce6acc
commit 828338c82d
+9
View File
@@ -170,6 +170,8 @@ jobs:
- name: "folder-information-actions"
id: 19
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0
- name: Checkout
uses: actions/checkout@v6
with:
@@ -194,6 +196,13 @@ jobs:
quay_password: ${{ secrets.QUAY_PASSWORD }}
acs_deployment_version: 'latest'
- name: Collect and push logs as artifact
if: always()
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@b51dfeef6bda4a506778050a1c0e53eed440598c # v11.0.1
with:
log_retention: 7
log_name_identifier: "logs-${{ matrix.e2e-suites.name }}"
- name: Before install
uses: ./.github/actions/before-install