Skip to content

Commit

Permalink
Fixing dependency for preflight to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed May 13, 2024
1 parent 91d874f commit de5438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/build.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
name: Run the OpenShift Preflight check on the published images
if: ${{ !github.event.pull_request.head.repo.fork }}
needs:
- package_and_publish
- create_manifest_list
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ needs.package_and_publish.outputs.IMAGE_TAG }}
Expand Down

0 comments on commit de5438f

Please sign in to comment.