From cb6c48bdf35c43550e254448b4ce4e07cd00f5e2 Mon Sep 17 00:00:00 2001 From: Jake Carter Date: Thu, 22 Aug 2024 20:38:14 -0600 Subject: [PATCH] Pass change files to script from workflow --- .github/workflows/Build_Examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build_Examples.yml b/.github/workflows/Build_Examples.yml index 5c4bbd3a0c..f92db33e8d 100644 --- a/.github/workflows/Build_Examples.yml +++ b/.github/workflows/Build_Examples.yml @@ -75,8 +75,8 @@ jobs: env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | - echo ${ALL_CHANGED_FILES} > change_files.txt - cat change_files.txt + echo ${ALL_CHANGED_FILES} > changed_files + cat changed_files - name: Check watch files id: check_watch @@ -243,7 +243,7 @@ jobs: # Set MAXIM_PATH to limit warnings export MAXIM_PATH=$(pwd) - python .github/workflows/scripts/build.py + python .github/workflows/scripts/build.py --change_file changed_files Regression_Test_Make_3_81: runs-on: