Skip to content

Commit 08ce92d

Browse files
committed
Cleanup release
- Remove build conditionals from deploy jobs
1 parent 64776fd commit 08ce92d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ env:
2121

2222
jobs:
2323
create-variables:
24-
if: github.event.workflow_run.conclusion == 'success' || github.event.inputs.triggered == 'true'
2524
name: Create build variables
2625
runs-on: ubuntu-latest
2726
outputs:
@@ -58,7 +57,6 @@ jobs:
5857
echo "short-sha=`echo $GITHUB_SHA | cut -c1-8`" >> $GITHUB_OUTPUT
5958
6059
build-and-deploy-to-registry:
61-
if: github.event.workflow_run.conclusion == 'success' || github.event.inputs.triggered == 'true'
6260
name: Push verified Java ${{ matrix.jvmVersion }} ${{ matrix.jvmType }} OCI image to ${{ needs.create-variables.outputs.registry }}
6361
needs: create-variables
6462
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)