Skip to content

Commit

Permalink
chore: always lint to make sure not to cancel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Oct 18, 2022
1 parent a420b72 commit 0bc0e33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
pull_request:
branches: [ master ]

# Cancel previous PR/branch runs when a new commit is pushed
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
lint:

Expand Down

0 comments on commit 0bc0e33

Please sign in to comment.