Skip to content

Commit

Permalink
Github: Limit PR CI concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 29, 2024
1 parent 64ef2f5 commit 0e12edf
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 @@ -7,6 +7,10 @@ on:
schedule:
- cron: '17 3 * * 0'

concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

jobs:
typos:
name: Typos
Expand Down

0 comments on commit 0e12edf

Please sign in to comment.