Skip to content

Commit f702e72

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

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
@@ -261,7 +261,7 @@ jobs:
261261
rewritertests:
262262
name: "Run Rewriter Tests"
263263
runs-on: ubuntu-latest
264-
needs: [build, package-validation]
264+
needs: [build]
265265

266266
steps:
267267
- name: Checkout code

0 commit comments

Comments
 (0)