diff --git a/.github/workflows/carbon_silicon_ci.yml b/.github/workflows/carbon_silicon_ci.yml index c21be4e4b..28f751aa7 100644 --- a/.github/workflows/carbon_silicon_ci.yml +++ b/.github/workflows/carbon_silicon_ci.yml @@ -42,7 +42,6 @@ jobs: git config --global user.name 'Silver Bot' git config --global user.email 'bot@noreply.github.com' git remote add upstream https://github.com/viperproject/${{ matrix.repo }} - git fetch upstream ${{ env.branch }} git pull upstream ${{ env.branch }} git push origin ${{ env.branch }}