We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600e196 commit f7c6723Copy full SHA for f7c6723
.github/workflows/integration-test.yaml
@@ -74,6 +74,7 @@ jobs:
74
merge-logs:
75
# download all artifacts across containers
76
needs: [pipeline-ci]
77
+ if: success() || failure()
78
runs-on: ubuntu-latest
79
permissions:
80
pull-requests: write
0 commit comments