Skip to content

Commit

Permalink
Update reflect_test_commit.yaml
Browse files Browse the repository at this point in the history
Fix name
  • Loading branch information
masesdevelopers authored May 15, 2024
1 parent 4635440 commit b17cb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reflect_test_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b17cb43

Please sign in to comment.