From 7d3e0674ea3ca71cb95f751eb2b9e61db8940227 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 24 Jun 2024 13:02:35 +0100 Subject: [PATCH] chore(ci): test gha exclude on pr --- .github/workflows/build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index cf3219c37..500b819b0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 }}