From c9be02d6285344b14e6ce9062f56656c18870560 Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Fri, 3 Apr 2020 16:42:37 +0800 Subject: [PATCH] CI: remove the additional pull docker container step There is chance pull docker container failure in build jobs, remove the additional pull docker container step may make it more stable. Meanwhile, it also saves some time for build job. Signed-off-by: liuhaitao --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fede256b7e..d1572dd5d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,9 +57,6 @@ jobs: username: ${GITHUB_ACTOR} password: ${{ secrets.GITHUB_TOKEN }} - - name: Run Pull Container - uses: ./testing/.github/actions/ci-container - - name: Run builds uses: ./testing/.github/actions/ci-container env: