Skip to content

Commit

Permalink
build: allow image to built if release was created
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Aug 30, 2024
1 parent 467d215 commit c0e41c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build-image:
runs-on: ubuntu-latest
needs: create-release
if: needs.create-release.outputs.published == 'true'
if: ${{ failure() && needs.create-release.outputs.published == 'true' }}
env:
GITHUB_PAT: "${{ secrets.KIVA_ROBOT_GITHUB_PAT }}"
AWS_REGION: "us-west-2"
Expand Down

0 comments on commit c0e41c2

Please sign in to comment.