We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 488f8cc + 689197a commit a6add68Copy full SHA for a6add68
2 files changed
.github/workflows/default.yml
@@ -47,6 +47,7 @@ jobs:
47
needs: [build-showcases]
48
49
merge-reports:
50
+ if: ${{ always() }}
51
uses: ./.github/workflows/03-e2e-merge-reports.yml
52
needs: [test-components, test-showcases]
53
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
54
0 commit comments