Skip to content

Commit 4271762

Browse files
fix: remove missed check-prior-build reference from invoke-tests-web-console-e2e
1 parent 42b8110 commit 4271762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
invoke-tests-web-console-e2e:
7474
name: Web Console End-to-End Tests
75-
needs: [check-prior-build, invoke-build-docker]
75+
needs: [invoke-build-docker]
7676
if: |
7777
always() &&
7878
(needs.invoke-build-docker.result == 'success' || needs.invoke-build-docker.result == 'skipped')

0 commit comments

Comments
 (0)