Skip to content

Commit

Permalink
re-add disable on concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Aug 25, 2024
1 parent 5198d71 commit d21b47d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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 d21b47d

Please sign in to comment.