Skip to content

Commit

Permalink
chore: add continue-on-error flag to git pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Aug 27, 2024
1 parent 2eba1ff commit 8e40bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Pull changes
run: git pull
continue-on-error: true

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

1 comment on commit 8e40bd0

@vercel
Copy link

@vercel vercel bot commented on 8e40bd0 Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.