diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa785bc7..fd54e31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,9 +201,7 @@ jobs: git fetch origin $current_branch git rebase origin/$current_branch git push origin HEAD - if [ "$current_branch" == "master" ]; then - poetry run python send_to_googledrive.py - fi + poetry run python send_to_googledrive.py || echo "Failed to upload to Google Drive" env: GDRIVE_BASE64: ${{ secrets.GDRIVE_BASE64 }} GITHUB_REF_NAME: ${{ github.ref_name }}