From 5e261f41751c12863db7bdebfd7b7e4cccb26df3 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 26 Apr 2025 00:37:32 -0700 Subject: [PATCH] concurrency --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f32b4831..65e90507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,24 @@ jobs: matrix-os: macos-latest matrix-name: macos upload-artifact: false + + build-windows: + name: Build Windows + runs-on: windows-latest + concurrency: + group: build-win-${{ github.ref }} + cancel-in-progress: false + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Build + uses: ./.github/actions/build + with: + node-version: ${{ env.NODE_VERSION }} + matrix-os: windows-latest + matrix-name: win + upload-artifact: false # ARM Linux: