We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd5310 commit efac2d9Copy full SHA for efac2d9
.github/workflows/_linux_ut.yml
@@ -117,7 +117,7 @@ jobs:
117
sudo cp ${{ github.workspace }}/ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope
118
fi
119
120
- docker:
+ docker_dist:
121
needs: runner
122
runs-on: ${{ needs.runner.outputs.runner_id }}
123
timeout-minutes: 1200
@@ -186,7 +186,7 @@ jobs:
186
187
188
summary:
189
- needs: [docker]
+ needs: [docker, docker_dist]
190
if: ${{ ! cancelled() && ! (endsWith(needs.docker.result, 'ed') && endsWith(needs.host.result, 'ed')) }}
191
runs-on: ubuntu-24.04
192
timeout-minutes: 30
0 commit comments