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 a473226 commit 5ea2e85Copy full SHA for 5ea2e85
1 file changed
.github/workflows/cd.yaml
@@ -24,7 +24,7 @@ jobs:
24
maven-cd:
25
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
26
with:
27
- validate_only: ${{ inputs.validate_only == true }}
+ validate_only: ${{ github.event_name == 'workflow_dispatch' && inputs.validate_only == true }}
28
secrets:
29
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
30
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
0 commit comments