Skip to content

Commit

Permalink
Reduce number of CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulf committed Sep 29, 2023
1 parent 7859e84 commit 834a35f
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
name: Rust Continuous Integration
name: CI
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "**.rs"
- "Cargo.lock"
- "Cargo.toml"
branches:
- main
pull_request:
paths:
- "**.rs"
- "Cargo.lock"
- "Cargo.toml"
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_INCREMENTAL: true


concurrency:
group: CI-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 834a35f

Please sign in to comment.