Skip to content

Commit

Permalink
ci: set concurrency settings, rename dry publish job (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights authored Nov 15, 2024
1 parent 2e5d9d5 commit 5d6d9c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d6d9c9

Please sign in to comment.