Skip to content

Commit

Permalink
ci(hogql): Don't run parser build workflow on forks (#18018)
Browse files Browse the repository at this point in the history
* only run hogql parser workflow if running from upstream repo

* Fix capitalization

---------

Co-authored-by: Michael Matloka <[email protected]>
  • Loading branch information
rishabnayak and Twixes authored Oct 23, 2023
1 parent 4bb8e07 commit 65a45aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-hogql-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:
jobs:
check-version:
name: Check version legitimacy
if: github.repository == 'PostHog/posthog'
runs-on: ubuntu-22.04
outputs:
parser_any_changed: ${{ steps.changed-files-yaml.outputs.parser_any_changed }}
Expand Down

0 comments on commit 65a45aa

Please sign in to comment.