Skip to content

Commit baa98e7

Browse files
committed
fix: new test
1 parent be80489 commit baa98e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_regression_baseline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
run: |
5252
git add -f tests/regression_test_baselines.json # since it's in .gitignore
5353
git commit -m "Update regression test baselines"
54-
git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }}
54+
# git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }}
55+
git push origin HEAD:${{ github.head_ref }}

0 commit comments

Comments
 (0)