Skip to content

Commit

Permalink
sync lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 13, 2024
1 parent c3aabde commit 32202d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "1"

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

jobs:
style-check:
name: style-check
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32202d8

Please sign in to comment.