From 549d046dc2fe49f934c40c070680c4136ac8357f Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sun, 23 Jul 2023 14:00:57 -0700 Subject: [PATCH] Always send to google drive (#185) --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}