diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 743fc98..8e4d860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,15 @@ name: CI +# CI temporarily disabled as we crunch the first commits and PRs of this repo to avoid spamming it. on: push: branches: - - main + # - main + # - develop pull_request: branches: - - main + # - main + # - develop jobs: install-and-cache: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9bf09b8..b67796d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,12 +1,13 @@ name: Vercel Preview Deployment +# CI temporarily disabled as we crunch the first commits and PRs of this repo to avoid spamming it. on: push: branches: - - develop + # - develop pull_request: branches: - - develop + # - develop concurrency: # don't allow multiple deployments at once