fix(actions): typo on paths filtering (#3516)

The keyword is `paths` and the actions were using `path`

That's the reason why most actions have been running, and there's been no impact in time savings
This commit is contained in:
Gustavo Valverde 2022-02-11 10:05:19 -04:00 committed by GitHub
parent 9ede0fb52a
commit fd8c727c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ name: CI
on:
pull_request:
path-ignore:
paths-ignore:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -3,7 +3,7 @@ name: CI
on:
workflow_dispatch:
pull_request:
path:
paths:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -3,7 +3,7 @@ name: Coverage
on:
workflow_dispatch:
pull_request:
path-ignore:
paths-ignore:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -3,7 +3,7 @@ name: Coverage
on:
workflow_dispatch:
pull_request:
path:
paths:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- main
path-ignore:
paths-ignore:
- 'book/**'
- '**/firebase.json'
- 'katex-header.html'

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- main
path:
paths:
- 'book/**'
- '**/firebase.json'
- 'katex-header.html'

View File

@ -5,7 +5,7 @@ on:
branches:
- "**"
- "!main"
path-ignore:
paths-ignore:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'

View File

@ -5,7 +5,7 @@ on:
branches:
- "**"
- "!main"
path:
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- main
path-ignore:
paths-ignore:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- main
path:
paths:
- '**/*.rs'
- '**/*.txt'
- '**/Cargo.toml'

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- 'main'
path:
paths:
- 'zebra-consensus/src/primitives/groth16/params.rs'
- 'zebra-consensus/src/chain.rs'
- 'zebrad/src/commands/start.rs'