Skip to content

Commit

Permalink
temporarily disable other CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Oct 25, 2024
1 parent 48a92a5 commit 1120da0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
# pull_request:
# branches: ["master"]

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Coverage
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
# pull_request:
# branches: ["master"]

jobs:
coverage:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 9

- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
Expand Down

0 comments on commit 1120da0

Please sign in to comment.