Skip to content

Commit

Permalink
testing 08
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 21, 2024
1 parent 67c40a0 commit dbf0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Verify referenced operator image has previously been built
# Only check on tags. On (release) branches, the branch name may not match referenced tag in CSV.
# For (release) branches, the workflow builds operator image tags with sha and branch name.
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(needs.build.outputs.build-tags, steps.operator-image-tag.outputs.tag) }}
if: ${{ startsWith(github.ref, 'refs/tags/') && ! contains(needs.build.outputs.build-tags, steps.operator-image-tag.outputs.tag) }}
run: exit 1

- name: Install qemu dependency
Expand Down

0 comments on commit dbf0aeb

Please sign in to comment.