Skip to content

Commit b9388d3

Browse files
committed
update
1 parent a5574ab commit b9388d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
preci-linux-build:
9696
name: preci-linux
9797
if: ${{ !contains(needs.preci-conditions-filter.outputs.disabled_tests, 'disable_all')}}
98-
needs: [preci-conditions-filter]
9998
secrets: inherit
10099
uses: ./.github/workflows/_linux_build.yml
101100
with:
@@ -104,7 +103,7 @@ jobs:
104103

105104
preci-linux-ut:
106105
name: preci-linux
107-
needs: [preci-conditions-filter, preci-linux-build]
106+
needs: [preci-linux-build]
108107
uses: ./.github/workflows/_linux_ut.yml
109108
with:
110109
disabled_tests: ${{ needs.preci-conditions-filter.outputs.disabled_tests }}

0 commit comments

Comments
 (0)