Skip to content

Commit cf8be5d

Browse files
authored
[WIP] Remove needs: build from CI jobs (#3154)
1 parent 047ae5c commit cf8be5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11-
needs: build
1211
permissions:
1312
contents: read
1413
concurrency:
@@ -67,7 +66,6 @@ jobs:
6766
run: make recompile
6867
js:
6968
runs-on: ubuntu-latest
70-
needs: build
7169
permissions:
7270
contents: read
7371
concurrency:

0 commit comments

Comments
 (0)