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 ece184c commit 470ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

concurrency:
group: ${{ github.event.pull_request.number }}
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 470ff8d

Please sign in to comment.