From 92c5da355852adfd7e495a96c030249436f4e26d Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:30:57 +0100 Subject: [PATCH] feat: temp disable CI and vercel to avoid spamming runs --- .github/workflows/ci.yml | 7 +++++-- .github/workflows/preview.yml | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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