Skip to content

Commit aaeae17

Browse files
Remove skip_publish_operator from release
Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com>
1 parent 2c14da5 commit aaeae17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on:
1111
description: "Next version"
1212
default: "E.g. 5.0.0-SNAPSHOT"
1313
required: false
14-
skip_publish_operator:
15-
description: Whether or not skip the publication of the operator
16-
type: boolean
17-
default: false
18-
required: false
1914

2015
jobs:
2116
prepare:
@@ -145,7 +140,6 @@ jobs:
145140
docker image push --all-tags quay.io/projectopenubl/ublhub-operator
146141
147142
publish-operator:
148-
if: ${{ github.event.inputs.skip_publish_operator == false }}
149143
needs: [ operator ]
150144
runs-on: ubuntu-latest
151145
steps:

0 commit comments

Comments
 (0)