Skip to content

Commit

Permalink
Cleanup release
Browse files Browse the repository at this point in the history
- Remove build conditionals from deploy jobs
  • Loading branch information
hyness committed Mar 30, 2024
1 parent 64776fd commit 08ce92d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 08ce92d

Please sign in to comment.