From 5d6d9c96df06f627ef0b6f7178001184fc127127 Mon Sep 17 00:00:00 2001 From: Samantha Date: Fri, 15 Nov 2024 01:38:07 -0600 Subject: [PATCH] ci: set concurrency settings, rename dry publish job (#391) --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6572457..56a5a1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,10 @@ on: branches: [ main ] workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: build: name: build (Node v@${{ matrix.node-version }}) @@ -79,7 +83,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} verbose: true - pkg-dry-run: + publish-dry-run: runs-on: ubuntu-latest steps: - name: Checkout repository