Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Always send to google drive (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi authored Jul 23, 2023
1 parent bf32f67 commit 549d046
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 549d046

Please sign in to comment.