Remove paths to check workflows.
This commit is contained in:
12
.github/workflows/mdlint.yml
vendored
12
.github/workflows/mdlint.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: markdownlint
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*.md'
|
||||
- '.markdownlint.json'
|
||||
- '!third_party/**'
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - '**/*.md'
|
||||
# - '.markdownlint.json'
|
||||
# - '!third_party/**'
|
||||
|
||||
jobs:
|
||||
pylint:
|
||||
|
||||
12
.github/workflows/pylint.yml
vendored
12
.github/workflows/pylint.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: pylint
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*.py'
|
||||
- '.pylintrc'
|
||||
- '!third_party/**'
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - '**/*.py'
|
||||
# - '.pylintrc'
|
||||
# - '!third_party/**'
|
||||
jobs:
|
||||
pylint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
20
.github/workflows/rust.yml
vendored
20
.github/workflows/rust.yml
vendored
@@ -1,13 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'examples/*.rs'
|
||||
- 'libraries/**/*.rs'
|
||||
- 'src/**/*.rs'
|
||||
- 'patches/**'
|
||||
- '**/Cargo.toml'
|
||||
- '.cargo/config'
|
||||
- '!third_party/**'
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - 'examples/*.rs'
|
||||
# - 'libraries/**/*.rs'
|
||||
# - 'src/**/*.rs'
|
||||
# - 'patches/**'
|
||||
# - '**/Cargo.toml'
|
||||
# - '.cargo/config'
|
||||
# - '!third_party/**'
|
||||
|
||||
jobs:
|
||||
initial_setup:
|
||||
|
||||
Reference in New Issue
Block a user