Merge branch 'dev'
CI/CD / test-and-build (push) Successful in 2m58s Details
CI/CD / deploy (push) Failing after 3s Details

This commit is contained in:
Jeff Emmett 2026-04-01 00:45:18 -07:00
commit bc5ba6d5e3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
NODE_OPTIONS: "--max-old-space-size=4096" NODE_OPTIONS: "--max-old-space-size=4096"
deploy: deploy:
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
needs: [test-and-build] needs: [test-and-build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container: