Skip to content

Commit

Permalink
chore(ci): ensure only most recent commit is executed on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Apr 23, 2024
1 parent 96e97ba commit d688fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches:
- "main"

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

jobs:
lint:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit d688fae

Please sign in to comment.