Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 14:39:06 -04:00 committed by GitHub
commit 312830e3db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ jobs:
run: docker push john4064/shiftsync:latest_web
prod-deploy:
needs: [prod-build, determine-workflow]
if: needs.build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
if: needs.prod-build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
environment: prod
runs-on: 'ubuntu-latest'
permissions: