We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64776fd commit 08ce92dCopy full SHA for 08ce92d
.github/workflows/deploy.yml
@@ -21,7 +21,6 @@ env:
21
22
jobs:
23
create-variables:
24
- if: github.event.workflow_run.conclusion == 'success' || github.event.inputs.triggered == 'true'
25
name: Create build variables
26
runs-on: ubuntu-latest
27
outputs:
@@ -58,7 +57,6 @@ jobs:
58
57
echo "short-sha=`echo $GITHUB_SHA | cut -c1-8`" >> $GITHUB_OUTPUT
59
60
build-and-deploy-to-registry:
61
62
name: Push verified Java ${{ matrix.jvmVersion }} ${{ matrix.jvmType }} OCI image to ${{ needs.create-variables.outputs.registry }}
63
needs: create-variables
64
0 commit comments