Skip to content

Commit

Permalink
feat(CI): Added limit to run only the latest trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jan 12, 2024
1 parent fac092a commit 728a072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
pull_request:

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

jobs:
build:
name: Lint Code Base
Expand Down

0 comments on commit 728a072

Please sign in to comment.