Skip to content

Commit

Permalink
Edit SKIP_BUILD to YES from TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 11, 2023
1 parent 52b94ea commit d4aa165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo CLEAN_BUILDS_TEXT="FALSE" >> $GITHUB_OUTPUT
fi
echo SKIP_BUILD: ${{ env.SKIP_BUILD }} OR "${{ env.SKIP_BUILD }}" OR $SKIP_BUILD_ENV OR ${{ env.SKIP_BUILD_ENV }}
if [[ "${{ env.SKIP_BUILD }}" == "true" ]]; then
if [[ "${{ env.SKIP_BUILD }}" == "YES" ]]; then
echo "SKIP_BUILD is TRUE, setting SKIP_BUILD_TEXT to TRUE"
echo SKIP_BUILD_TEXT="TRUE" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit d4aa165

Please sign in to comment.