Skip to content

Commit

Permalink
ci: 🎡 added concurrency and remove pinned pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrisGit committed Oct 23, 2024
1 parent 68bc5fb commit 0bc40b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

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

jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -31,10 +35,6 @@ jobs:
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0bc40b4

Please sign in to comment.