Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/pr_genfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- '**/*.graphql'
proto:
- '**/*.proto'
pxl:
- 'src/pxl_scripts/**/*.pxl'
sql:
- '**/*.sql'
gobuild:
Expand All @@ -60,6 +62,9 @@ jobs:
- name: Run update ts protos
if: ${{ steps.changes.outputs.proto == 'true' }}
run: scripts/update_ts_protos.sh
- name: Run update pxl script README
if: ${{ steps.changes.outputs.pxl == 'true' }}
run: make -C src/pxl_scripts update_readme
- name: Run update graphql schema
if: ${{ steps.changes.outputs.graphql == 'true' }}
run: src/cloud/api/controllers/schema/update.sh
Expand Down