Fix Protected branch update failed (#6450)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
quicksilver 2021-07-12 18:11:32 +08:00 committed by GitHub
parent d25c5dc6ac
commit 4c5ff9a63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -64,7 +64,6 @@ jobs:
- name: Push Builder Image Changes
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus' && matrix.os == 'ubuntu18.04'
continue-on-error: true
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
branch: ${{ github.ref }}
shell: bash
run: |
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags

View File

@ -63,7 +63,6 @@ jobs:
- name: Push Pytest Image Changes
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus'
continue-on-error: true
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
branch: ${{ github.ref }}
shell: bash
run: |
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags