From b17cb43a6ae8e10179602f0dc5ed44d5b62e998b Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Wed, 15 May 2024 17:15:30 +0200 Subject: [PATCH] Update reflect_test_commit.yaml Fix name --- .github/workflows/reflect_test_commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reflect_test_commit.yaml b/.github/workflows/reflect_test_commit.yaml index 7cf9a4ff81..9799112c84 100644 --- a/.github/workflows/reflect_test_commit.yaml +++ b/.github/workflows/reflect_test_commit.yaml @@ -26,7 +26,7 @@ jobs: run: | mapfile -d ',' -t added_modified_files < <(printf '%s,' '${{ steps.get_changed_files.outputs.added_modified }}') for added_modified_file in "${added_modified_files[@]}"; do - if [[ $added_modified_file == ".github/workflows/windows.yaml"* ]]; then + if [[ $added_modified_file == ".github/workflows/reflect_test_commit.yaml"* ]]; then echo "$added_modified_file is under the directory '.github/workflows'." echo "run_job=true" >> $GITHUB_OUTPUT break