From 8cb5b7171f8f38e58e1f14d2b4d28f4a521a21b9 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Wed, 8 May 2024 10:44:11 -0400 Subject: [PATCH] ci: tweak the updated deploy&preview workflows --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr-preview.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d25f7ef..fb597b93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,5 @@ name: Deploy +concurrency: deploy on: push: branches: @@ -16,7 +17,6 @@ jobs: node-version: "20" - name: Install run: | - # The default config is for the monorepo, while this is for standalone npm install - name: Build web-component run: | diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 098dba1e..f6e46c24 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -18,7 +18,6 @@ jobs: node-version: "20" - name: Install run: | - # The default config is for the monorepo, while this is for standalone npm install - name: Build web-component run: |