Skip to content

Commit f9b9129

Browse files
committed
Ensure EXECUTABLES check succeeds when unrelated Makefile target is run
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 815c007 commit f9b9129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_genfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: scripts/update_ts_protos.sh
6565
- name: Run update pxl script README
6666
if: ${{ steps.changes.outputs.pxl == 'true' }}
67-
run: make -C src/pxl_scripts update_readme
67+
run: EXECUTABLES=/bin/true make -C src/pxl_scripts update_readme
6868
- name: Run update graphql schema
6969
if: ${{ steps.changes.outputs.graphql == 'true' }}
7070
run: src/cloud/api/controllers/schema/update.sh

0 commit comments

Comments
 (0)