We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cbf8a commit 2464dceCopy full SHA for 2464dce
.github/workflows/pr_genfiles.yml
@@ -46,6 +46,8 @@ jobs:
46
- '**/*.graphql'
47
proto:
48
- '**/*.proto'
49
+ pxl:
50
+ - 'src/pxl_scripts/**/*.pxl'
51
sql:
52
- '**/*.sql'
53
gobuild:
@@ -60,6 +62,9 @@ jobs:
60
62
- name: Run update ts protos
61
63
if: ${{ steps.changes.outputs.proto == 'true' }}
64
run: scripts/update_ts_protos.sh
65
+ - name: Run update pxl script README
66
+ if: ${{ steps.changes.outputs.pxl == 'true' }}
67
+ run: make -C src/pxl_scripts update_readme
68
- name: Run update graphql schema
69
if: ${{ steps.changes.outputs.graphql == 'true' }}
70
run: src/cloud/api/controllers/schema/update.sh
0 commit comments