fix evals not to run on nate push

This commit is contained in:
dal 2025-04-04 16:54:46 -06:00
parent 93a4ba7e81
commit 6113ff6b92
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
push:
branches:
- evals
paths:
- 'api/**'
name: Deploy to evals
jobs:
database-deploy:
@ -43,7 +45,7 @@ jobs:
DATABASE_URL: ${{ secrets.EVAL_DB_URL }}
PGSSLMODE: disable
porter-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204
runs-on: blacksmith-32vcpu-ubuntu-2204
steps:
- name: Checkout code
uses: actions/checkout@v4