Skip to content

Commit

Permalink
feat: temp disable CI and vercel to avoid spamming runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 8, 2024
1 parent 0990e7a commit 3476c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3476c0e

Please sign in to comment.