Skip to content

Commit

Permalink
ci: Add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Jun 17, 2024
1 parent fb0e06f commit 98ac7be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ "main" ]

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

jobs:
check-kotlin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98ac7be

Please sign in to comment.