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:
needs: e2e
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4