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: |