Skip to content

Commit d7fcda0

Browse files
author
Ariel Ben-Yehuda
committed
ci: remove unneeded dependency build -> integration
1 parent 3ea4bee commit d7fcda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
test:
8484
name: Integration Test
8585
runs-on: ubuntu-latest
86-
needs: [build, build-for-testing, build-decoder, build-async-profiler]
86+
needs: [build-for-testing, build-decoder, build-async-profiler]
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: Download pollcatch-decoder

0 commit comments

Comments
 (0)