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: jobs:
e2e: e2e:
timeout-minutes: 20 timeout-minutes: 20
runs-on: buildjet-4vcpu-ubuntu-2204 # runs-on: buildjet-4vcpu-ubuntu-2204 # Uncomment before merging
runs-on: ubuntu-latest
env: env:
DATABASE_URL: postgresql://postgres:@localhost:5432/calendso DATABASE_URL: postgresql://postgres:@localhost:5432/calendso
NEXT_PUBLIC_WEBAPP_URL: http://localhost:3000 NEXT_PUBLIC_WEBAPP_URL: http://localhost:3000

View File

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