update versions. fix flows (#1155)

This commit is contained in:
Justin Hernandez
2025-09-30 11:55:14 -07:00
committed by GitHub
parent 16abf66215
commit 2e5a531097
3 changed files with 52 additions and 41 deletions

View File

@@ -21,7 +21,10 @@ permissions:
jobs:
check-and-deploy:
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'no-deploy')
# WORKFLOW DISABLED
# Maybe it's my understanding, but it doesn't work as expected. disabled for now.
if: false
# if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'no-deploy')
runs-on: ubuntu-latest
outputs:
should_deploy: ${{ steps.check.outputs.should_deploy }}