Comments out buildjet

pull/7267/head
zomars 2023-02-21 10:49:05 -07:00
parent aad26223b1
commit f5e96ba3f1
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@v2