Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hailaz committed Nov 14, 2024
1 parent 9a65e73 commit e889c99
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build check

on:
push:
# branches:
# - '!main'
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -24,10 +24,6 @@ jobs:
run: |
npm ci
- name: generate contributors
run: |
bash .github/workflows/generate-contributors.sh
- name: Build website
env:
NODE_OPTIONS: "--max-old-space-size=6144"
Expand Down

0 comments on commit e889c99

Please sign in to comment.