Skip to content

Commit 39c178c

Browse files
ci: abort web console e2e job when workflow is cancelled
1 parent b4d09aa commit 39c178c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
invoke-tests-web-console-e2e:
7474
name: Web Console End-to-End Tests
7575
needs: [invoke-build-docker]
76-
if: |
77-
always() &&
78-
(needs.invoke-build-docker.result == 'success' || needs.invoke-build-docker.result == 'skipped')
7976
uses: ./.github/workflows/test-web-console-e2e.yml
8077
secrets: inherit
8178

0 commit comments

Comments
 (0)