2022-07-11 21:46:36 +00:00
|
|
|
app:
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['src/lightning/**/*']
|
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
- any: ['src/lightning_app/**/*']
|
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
- any: ['tests/tests_app/**/*']
|
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
- any: ['tests/integrations_app/**/*']
|
2022-07-19 12:02:46 +00:00
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
- any: ['examples/app_*/**/*']
|
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
- any: ['docs/source-app/**/*']
|
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
- any: ['requirements/app/*']
|
2022-07-11 21:46:36 +00:00
|
|
|
all: ['!src/pytorch_lightning/**/*', '!tests/tests_pytorch/**/*', '!docs/source-pytorch/**/*', '!requirements/pytorch/*']
|
|
|
|
|
|
|
|
pl:
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['src/pytorch_lightning/**/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
all: ['!src/lightning/**/*', '!src/lightning_app/**/*', '!tests/tests_app/**/*', '!tests/integrations_app/**/*', '!docs/source-app/**/*', '!requirements/app/*']
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['examples/*pl_*/**/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
all: ['!src/lightning/**/*', '!src/lightning_app/**/*', '!tests/tests_app/**/*', '!tests/integrations_app/**/*', '!docs/source-app/**/*', '!requirements/app/*']
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['tests/tests_pytorch/**/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
all: ['!src/lightning/**/*', '!src/lightning_app/**/*', '!tests/tests_app/**/*', '!tests/integrations_app/**/*', '!docs/source-app/**/*', '!requirements/app/*']
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['docs/source-pytorch/**/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
all: ['!src/lightning/**/*', '!src/lightning_app/**/*', '!tests/tests_app/**/*', '!tests/integrations_app/**/*', '!docs/source-app/**/*', '!requirements/app/*']
|
2022-07-19 12:02:46 +00:00
|
|
|
- any: ['requirements/pytorch/*']
|
2023-01-12 15:13:52 +00:00
|
|
|
all: ['!src/lightning/**/*', '!src/lightning_app/**/*', '!tests/tests_app/**/*', '!tests/integrations_app/**/*', '!docs/source-app/**/*', '!requirements/app/*']
|