|
@@ -78,7 +78,7 @@ jobs:
|
|
|
- name: Checkout Repository
|
|
- name: Checkout Repository
|
|
|
uses: actions/checkout@v7
|
|
uses: actions/checkout@v7
|
|
|
|
|
|
|
|
- - name: [CLEAN] Emergency Disk Cleanup
|
|
|
|
|
|
|
+ - name: Emergency Disk Cleanup
|
|
|
if: false
|
|
if: false
|
|
|
uses: ./.github/actions/disk-cleanup
|
|
uses: ./.github/actions/disk-cleanup
|
|
|
|
|
|
|
@@ -510,7 +510,7 @@ jobs:
|
|
|
bypass: true
|
|
bypass: true
|
|
|
version: ${{ inputs.version }}
|
|
version: ${{ inputs.version }}
|
|
|
|
|
|
|
|
- - name: [SUMMARY] Consolidated Build Summary
|
|
|
|
|
|
|
+ - name: Consolidated Build Summary
|
|
|
if: ${{ always() }}
|
|
if: ${{ always() }}
|
|
|
shell: bash
|
|
shell: bash
|
|
|
run: |
|
|
run: |
|