Skip to content

Commit

Permalink
chore(ci): test gha exclude on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 24, 2024
1 parent cdc3b77 commit 7d3e067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
alpine: true
arch: amd64
node-version: 18
exclude:
- os: ubuntu-latest
arch: arm64
isPR: false
# exclude:
# - os: ubuntu-latest
# arch: arm64
# isPR: false

name: Test ${{ matrix.docker == true && matrix.alpine == true && 'linux-musl' || matrix.docker == true && matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }}-node-${{ matrix.node-version }}

Expand Down

0 comments on commit 7d3e067

Please sign in to comment.