We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a921826 commit 774b03dCopy full SHA for 774b03d
.github/workflows/applications.yml
@@ -85,13 +85,15 @@ jobs:
85
merge-artifacts:
86
runs-on: ubuntu-latest
87
needs: application-test
88
- if: ${{ always() }}
+ if: ${{ failure() && !cancelled() }}
89
steps:
90
- name: Merge Artifacts
91
uses: actions/upload-artifact/merge@v4
92
+ continue-on-error: true
93
with:
94
name: artifacts
95
pattern: app-tests-artifacts-*
96
+ delete-merged: true
97
98
schematics-test:
99
0 commit comments