From 7c8c30537f8c100b5a66c810e1c49369d0298581 Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Fri, 3 Apr 2020 17:07:56 +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 fede256b7..d1572dd5d 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: