We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815c007 commit f9b9129Copy full SHA for f9b9129
1 file changed
.github/workflows/pr_genfiles.yml
@@ -64,7 +64,7 @@ jobs:
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
+ run: EXECUTABLES=/bin/true 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