Revert "Re-enables buildjet"

This reverts commit badd655e1e.
This commit is contained in:
zomars 2023-02-21 14:39:09 -07:00
parent 8f67711e5d
commit a1d78e7c12
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@ on:
jobs:
e2e:
timeout-minutes: 20
runs-on: buildjet-4vcpu-ubuntu-2204
# runs-on: buildjet-4vcpu-ubuntu-2204 # Uncomment before merging
runs-on: ubuntu-latest
env:
DATABASE_URL: postgresql://postgres:@localhost:5432/calendso
NEXT_PUBLIC_WEBAPP_URL: http://localhost:3000

View File

@ -3,7 +3,8 @@ on:
workflow_call:
jobs:
lint:
runs-on: buildjet-4vcpu-ubuntu-2204
# runs-on: buildjet-4vcpu-ubuntu-2204 # Uncomment before merging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3