Re-enables buildjet

This commit is contained in:
zomars 2023-02-21 14:27:11 -07:00
parent c7bdb52e0a
commit badd655e1e
2 changed files with 2 additions and 4 deletions

View File

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

View File

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