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 <liuhaitao@xiaomi.com>
This commit is contained in:
parent
52abe148ce
commit
7c8c30537f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user