Skip to content

Commit

Permalink
Merge pull request #14 from javanlacerda/javan.test
Browse files Browse the repository at this point in the history
tesat
  • Loading branch information
javanlacerda authored Sep 23, 2024
2 parents a74f252 + bb78edf commit b67f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "Branch Number: $BRANCH_NUMBER"
# Check if a pull request number was found
if [ -n "$BRANCH_NUMBER" ]; then
if [ ! -n "$BRANCH_NUMBER" ]; then
echo "FORMATED_LABEL=--image-label breaking-change=true" >> $GITHUB_OUTPUT
else
echo "FORMATED_LABEL=" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b67f686

Please sign in to comment.