Skip to content

Commit

Permalink
temp remove condition to gerenate manifets
Browse files Browse the repository at this point in the history
  • Loading branch information
mereta committed Nov 22, 2024
1 parent 7798170 commit 82c83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
IS_MERGE_GROUP: ${{ github.event_name == 'merge_group' }}

manifests:
if: ${{ github.event_name == 'merge_group' && success('retina-images') && success('retina-win-images') && success('operator-images') && success('retina-shell-images')}}
if: ${{ success('retina-images') && success('retina-win-images') && success('operator-images') && success('retina-shell-images')}}
name: Generate Manifests
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 82c83ab

Please sign in to comment.