Skip to content

Commit

Permalink
fix: new test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Nov 21, 2024
1 parent be80489 commit baa98e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_regression_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }}
git push origin HEAD:${{ github.head_ref }}

0 comments on commit baa98e7

Please sign in to comment.