Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 13:20:24 -04:00 committed by GitHub
commit 8ffbeda0b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
event=${{ github.event_name }} event=${{ github.event_name }}
workflow_type='dev'; workflow_type='dev';
workflow_envs='${{ inputs.develop-environments }}' workflow_envs='${{ inputs.develop-environments }}'
if [[ $event == 'workflow_dispatch' && ${{ github.ref_name }}' == 'main' ]]; if [[ $event == 'workflow_dispatch' && '${{ github.ref_name }}' == 'main' ]];
then then
workflow_type='release'; workflow_type='release';
workflow_envs='${{ inputs.release-environments }}' workflow_envs='${{ inputs.release-environments }}'