push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 47c95584da - Show all commits

View file

@ -53,7 +53,7 @@ jobs:
fi
build:
needs: check-inputs
if: inputs.workflow_type != 'release'
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'
permissions:

View file

@ -53,7 +53,7 @@ jobs:
fi
build:
needs: check-inputs
if: inputs.workflow_type == 'release'
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest'
permissions: