Skip to content

Commit efac2d9

Browse files
committed
update
1 parent dfd5310 commit efac2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
sudo cp ${{ github.workspace }}/ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope
118118
fi
119119
120-
docker:
120+
docker_dist:
121121
needs: runner
122122
runs-on: ${{ needs.runner.outputs.runner_id }}
123123
timeout-minutes: 1200
@@ -186,7 +186,7 @@ jobs:
186186
fi
187187
188188
summary:
189-
needs: [docker]
189+
needs: [docker, docker_dist]
190190
if: ${{ ! cancelled() && ! (endsWith(needs.docker.result, 'ed') && endsWith(needs.host.result, 'ed')) }}
191191
runs-on: ubuntu-24.04
192192
timeout-minutes: 30

0 commit comments

Comments
 (0)