From 4323302188905d28d06cd2e51bf56cae48bf4801 Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Thu, 24 Apr 2025 18:20:23 -0400 Subject: [PATCH] chore(repo): set concurrency group for macos (#30858) ## Current Behavior macos ci runs are not cancelled on new CI push ## Expected Behavior macos ci runs are cancelled on new CI push ## Related Issue(s) Fixes # --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0a965d937..085219bc27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ on: branches: - "**" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} @@ -102,6 +106,7 @@ jobs: main-macos: runs-on: macos-latest + env: NX_E2E_CI_CACHE_KEY: e2e-github-macos NX_PERF_LOGGING: 'false'