Skip to content

Commit

Permalink
fix: Checkout master before checking for hogql changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Nov 7, 2023
1 parent 9f4b569 commit 99dfe06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ runs:
python-version: ${{ inputs.python-version }}
token: ${{ inputs.token }}

- uses: actions/checkout@v3
with:
ref: master

- name: Determine if hogql-parser has changed compared to master
shell: bash
id: hogql-parser-diff
Expand Down

0 comments on commit 99dfe06

Please sign in to comment.