Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 70cc110

Browse files
committed
fix: fixes workflow correctness.
1 parent 8ade441 commit 70cc110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm-plugin.yaml

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

5959
e2e-test-wasm-plugin-static:
6060
runs-on: ubuntu-latest
61-
needs: build
61+
needs: build-wasm-plugin-static
6262
steps:
6363
- name: "Checkout"
6464
uses: actions/checkout@v3

0 commit comments

Comments
 (0)