Skip to content

Commit

Permalink
fix: remove concurrency check from pkg.pr.new workflow (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Aug 25, 2024
1 parent 9de8b1a commit 058c5e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
env:
NODE_VER: 22.5

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 058c5e3

Please sign in to comment.