Skip to content

Commit

Permalink
Optimize hogql-parser-diff step
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Oct 30, 2024
1 parent f2e005c commit 0705285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ runs:
id: hogql-parser-diff
run: |
git fetch --no-tags --prune --depth=1 origin master
git merge origin/master -m "Merge with master" # Create a temporary merge commit for sensible diffing
changed=$(git diff --quiet HEAD origin/master -- hogql_parser/ && echo "false" || echo "true")
git reset --hard HEAD~1
echo "changed=$changed" >> $GITHUB_OUTPUT
- name: Install SAML (python3-saml) dependencies
Expand Down

0 comments on commit 0705285

Please sign in to comment.