Skip to content

Commit

Permalink
ci: remove concurrency lock from main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jan 18, 2025
1 parent a36be98 commit 9b9753b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
paths-ignore:
- "gh-pages/**"

concurrency:
group: main
cancel-in-progress: true

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9b9753b

Please sign in to comment.