Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 15:57:28 -04:00
commit 94ed8ad7dd
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set"
fi
build:
needs: check-inputs
if: inputs.workflow_type != 'release'
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'

View file

@ -52,6 +52,7 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set"
fi
build:
needs: check-inputs
if: inputs.workflow_type == 'release'
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'