Skip to content

Commit

Permalink
no skip false
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 8, 2023
1 parent 935dae0 commit 695a53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/subset_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
run_str="${{ github.event.inputs.subset }}"
if [ "$run_str" == "" ]; then echo "no_skip=true" >> $GITHUB_OUTPUT; exit 0; fi
echo "no_skip=false" >> $GITHUB_OUTPUT
IFS=', ' read -r -a arr <<< "$run_str"
JSON="["
for item in ${arr[@]}; do JSON="$JSON\"$item\","; done
Expand Down

0 comments on commit 695a53b

Please sign in to comment.