From 4a60555b2bd2012c18fae8e338b7ef4bb39dc725 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 20 Feb 2023 20:32:37 -0700 Subject: [PATCH] Update yarn-install.yml --- .github/workflows/yarn-install.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/yarn-install.yml b/.github/workflows/yarn-install.yml index ce45e1b631..ee0f71ad5b 100644 --- a/.github/workflows/yarn-install.yml +++ b/.github/workflows/yarn-install.yml @@ -3,10 +3,6 @@ name: Yarn install on: workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: setup: name: Yarn install & cache