Skip to content

Commit 38045aa

Browse files
committed
Remove workflow path filters since they're required CI checks
1 parent 1536a63 commit 38045aa

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

.github/workflows/cargo-clippy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ on:
1010
- 'rust-toolchain.toml'
1111
- 'spec.json'
1212
pull_request:
13-
paths:
14-
- '**.rs'
15-
- Cargo.toml
16-
- Cargo.lock
17-
- .github/workflows/cargo-clippy.yml
18-
- 'rust-toolchain.toml'
19-
- 'spec.json'
2013
name: cargo clippy
2114
jobs:
2215
cargoclippy:

.github/workflows/cargo-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ on:
1212
- 'Makefile'
1313
- 'spec.json'
1414
pull_request:
15-
paths:
16-
- '**.rs'
17-
- '**.rs.gen'
18-
- Cargo.toml
19-
- Cargo.lock
20-
- .github/workflows/cargo-test.yml
21-
- 'rust-toolchain.toml'
22-
- 'Makefile'
23-
- 'spec.json'
2415
workflow_dispatch:
2516
permissions: read-all
2617
concurrency:

.github/workflows/make-cross.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ on:
1111
- 'rust-toolchain.toml'
1212
- 'spec.json'
1313
pull_request:
14-
paths:
15-
- '**.rs'
16-
- Cargo.toml
17-
- Cargo.lock
18-
- .github/workflows/make-cross.yml
19-
- 'rust-toolchain.toml'
20-
- 'spec.json'
2114
concurrency:
2215
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2316
cancel-in-progress: true

0 commit comments

Comments
 (0)