From fa7e2dad5fd57fc5f7fce79cadb497ef643d8e7e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Nov 2023 23:28:46 +0100 Subject: [PATCH] add concurrency to lint-test-build --- .github/workflows/lint-test-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 9ef789488..69953a703 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -8,6 +8,10 @@ permissions: actions: read contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: NX_BRANCH: ${{ github.event.number || github.ref_name }} NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}