diff --git a/.github/workflows/update_regression_baseline.yml b/.github/workflows/update_regression_baseline.yml index 6bbf645d..54a3d8cb 100644 --- a/.github/workflows/update_regression_baseline.yml +++ b/.github/workflows/update_regression_baseline.yml @@ -51,4 +51,5 @@ jobs: run: | git add -f tests/regression_test_baselines.json # since it's in .gitignore git commit -m "Update regression test baselines" - git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }} \ No newline at end of file + # git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }} + git push origin HEAD:${{ github.head_ref }} \ No newline at end of file