Skip to content

Commit 2464dce

Browse files
authored
Add pxl script readme generation to pr_genfiles job (#2249)
1 parent 87cbf8a commit 2464dce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr_genfiles.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- '**/*.graphql'
4747
proto:
4848
- '**/*.proto'
49+
pxl:
50+
- 'src/pxl_scripts/**/*.pxl'
4951
sql:
5052
- '**/*.sql'
5153
gobuild:
@@ -60,6 +62,9 @@ jobs:
6062
- name: Run update ts protos
6163
if: ${{ steps.changes.outputs.proto == 'true' }}
6264
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
6368
- name: Run update graphql schema
6469
if: ${{ steps.changes.outputs.graphql == 'true' }}
6570
run: src/cloud/api/controllers/schema/update.sh

0 commit comments

Comments
 (0)