mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Fix Protected branch update failed (#6450)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
d25c5dc6ac
commit
4c5ff9a63b
7
.github/workflows/publish-builder.yaml
vendored
7
.github/workflows/publish-builder.yaml
vendored
@ -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
|
||||
|
||||
7
.github/workflows/publish-test-images.yaml
vendored
7
.github/workflows/publish-test-images.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user