Skip to content

Commit 4673124

Browse files
committed
ci: fix invalid dependency
1 parent 554a728 commit 4673124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
frontend:
135135
name: Build Frontend
136136
runs-on: ubuntu-latest
137-
needs: [build, package-validation]
137+
needs: [build]
138138

139139
steps:
140140
- name: Checkout code

0 commit comments

Comments
 (0)