Always run combineArtifacts

This commit is contained in:
Sidharth Vinod
2024-01-19 16:24:42 +05:30
parent 35b3192c2b
commit 6f205f89b2

View File

@@ -115,6 +115,7 @@ jobs:
combineArtifacts: combineArtifacts:
needs: e2e needs: e2e
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ always() }}
steps: steps:
- name: Download All Artifacts - name: Download All Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4