Skip to content

Commit

Permalink
ci: Prevent lint from being cancelled (#12169)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 authored Oct 2, 2024
1 parent 58e7893 commit c85363c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
- ready_for_review
workflow_dispatch:

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

jobs:
lint:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
Expand Down

0 comments on commit c85363c

Please sign in to comment.