diff --git a/.github/workflows/run_test_and_gen_report.yml b/.github/workflows/run_test_and_gen_report.yml index a3555a8c..15f8181c 100644 --- a/.github/workflows/run_test_and_gen_report.yml +++ b/.github/workflows/run_test_and_gen_report.yml @@ -103,9 +103,6 @@ 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