From 08ce92d4390db27862225646b4529aa8a415c629 Mon Sep 17 00:00:00 2001 From: hyness Date: Sat, 30 Mar 2024 16:26:45 -0700 Subject: [PATCH] Cleanup release - Remove build conditionals from deploy jobs --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da949c0..8b86ae1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,6 @@ env: jobs: create-variables: - if: github.event.workflow_run.conclusion == 'success' || github.event.inputs.triggered == 'true' name: Create build variables runs-on: ubuntu-latest outputs: @@ -58,7 +57,6 @@ jobs: echo "short-sha=`echo $GITHUB_SHA | cut -c1-8`" >> $GITHUB_OUTPUT build-and-deploy-to-registry: - if: github.event.workflow_run.conclusion == 'success' || github.event.inputs.triggered == 'true' name: Push verified Java ${{ matrix.jvmVersion }} ${{ matrix.jvmType }} OCI image to ${{ needs.create-variables.outputs.registry }} needs: create-variables runs-on: ubuntu-latest