Skip to content

Commit

Permalink
force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin committed Jul 11, 2024
1 parent cc8762e commit 583167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubi-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build-binaries:
name: Build Binary Container Image
if: ${{ needs.checks.outputs.target_exists != 'true' || inputs.force }}
if: ${{ needs.checks.outputs.target_exists != 'true' || inputs.force || true }}
needs: checks
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit 583167e

Please sign in to comment.