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
06910819e5
commit
c9be02d628
|
@ -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