Skip to content

Commit

Permalink
add concurrency settings to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 4, 2023
1 parent 9f49ab8 commit 4beae5e
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 @@ -14,6 +14,10 @@ on:
schedule:
- cron: "1 0 */7 * *"

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

jobs:
pre-commit:
name: Format
Expand Down

0 comments on commit 4beae5e

Please sign in to comment.