We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d09aa commit 39c178cCopy full SHA for 39c178c
.github/workflows/ci.yml
@@ -73,9 +73,6 @@ jobs:
73
invoke-tests-web-console-e2e:
74
name: Web Console End-to-End Tests
75
needs: [invoke-build-docker]
76
- if: |
77
- always() &&
78
- (needs.invoke-build-docker.result == 'success' || needs.invoke-build-docker.result == 'skipped')
79
uses: ./.github/workflows/test-web-console-e2e.yml
80
secrets: inherit
81
0 commit comments