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: on:
pull_request: pull_request:
path-ignore: paths-ignore:
- '**/*.rs' - '**/*.rs'
- '**/*.txt' - '**/*.txt'
- '**/Cargo.toml' - '**/Cargo.toml'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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