Skip to content

Commit

Permalink
chore: pull latest changes to avoid errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Nov 8, 2024
1 parent b4265fa commit 2838feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_test_and_gen_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
# Create commit with timestamp
git commit -m "docs: update compatibility test report" || echo "No changes to commit"
# Pull latest changes from remote to avoid non-fast-forward error
git pull --rebase origin docs
# Push changes to docs branch
git push origin docs
Expand Down

0 comments on commit 2838feb

Please sign in to comment.