File tree 15 files changed +52
-8
lines changed
15 files changed +52
-8
lines changed Original file line number Diff line number Diff line change 27
27
- " release/*"
28
28
paths :
29
29
include :
30
- - " .azure/app-cloud-e2e.yml"
31
- - " requirements/app/**"
32
- - " src/lightning_app/**"
33
- - " tests/tests_app/**"
34
- - " examples/app_*/**" # some tests_app tests call examples files
35
- - " tests/tests_app_examples/**"
36
- - " setup.py"
37
- - " .actions/**"
30
+ - " .azure/app-cloud-e2e.yml"
31
+ - " requirements/app/**"
32
+ - " src/lightning_app/**"
33
+ - " tests/tests_app/**"
34
+ - " examples/app_*/**" # some tests_app tests call examples files
35
+ - " tests/tests_app_examples/**"
36
+ - " setup.py"
37
+ - " .actions/**"
38
+ - " !requirements/app/docs.txt"
39
+ - " !*.md"
40
+ - " !**/*.md"
38
41
39
42
# variables are automatically exported as environment variables so this will override pip's default cache dir
40
43
variables :
Original file line number Diff line number Diff line change 23
23
- " .azure/gpu-benchmark.yml"
24
24
- " tests/tests_pytorch/benchmarks/**"
25
25
- " requirements/pytorch/**"
26
+ - " !requirements/pytorch/docs.txt"
27
+ - " !*.md"
28
+ - " !**/*.md"
26
29
27
30
schedules :
28
31
- cron : " 0 0 * * *" # At the end of every day
Original file line number Diff line number Diff line change 30
30
- " tests/tests_lite/**"
31
31
- " setup.cfg" # includes pytest config
32
32
- " .actions/**"
33
+ - " !requirements/lite/docs.txt"
34
+ - " !*.md"
35
+ - " !**/*.md"
33
36
34
37
jobs :
35
38
- job : testing
Original file line number Diff line number Diff line change 34
34
- " requirements/lite/**"
35
35
- " src/lightning_lite/**"
36
36
- " .actions/**"
37
+ - " !requirements/**/docs.txt"
38
+ - " !*.md"
39
+ - " !**/*.md"
37
40
38
41
jobs :
39
42
- job : testing
Original file line number Diff line number Diff line change 26
26
- " tests/tests_pytorch/**"
27
27
- " setup.cfg" # includes pytest config
28
28
- " .actions/**"
29
+ - " !requirements/**/docs.txt"
30
+ - " !*.md"
31
+ - " !**/*.md"
29
32
30
33
jobs :
31
34
- job : testing
Original file line number Diff line number Diff line change 23
23
- " tests/tests_pytorch/**"
24
24
- " setup.cfg" # includes pytest config
25
25
- " .actions/**"
26
+ - " !requirements/**/docs.txt"
27
+ - " !*.md"
28
+ - " !**/*.md"
26
29
27
30
variables :
28
31
- name : poplar_sdk
Original file line number Diff line number Diff line change 15
15
- " requirements/app/**"
16
16
- " setup.py"
17
17
- " .actions/**"
18
+ - " !requirements/app/docs.txt"
19
+ - " !*.md"
20
+ - " !**/*.md"
18
21
19
22
concurrency :
20
23
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 15
15
- " requirements/app/**"
16
16
- " setup.py"
17
17
- " .actions/**"
18
+ - " !requirements/app/docs.txt"
19
+ - " !*.md"
20
+ - " !**/*.md"
18
21
19
22
concurrency :
20
23
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 14
14
- " setup.cfg" # includes pytest config
15
15
- " .github/workflows/ci-lite-tests.yml"
16
16
- " .actions/**"
17
+ - " !requirements/lite/docs.txt"
18
+ - " !*.md"
19
+ - " !**/*.md"
17
20
18
21
concurrency :
19
22
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 13
13
- " setup.py"
14
14
- " src/**"
15
15
- " requirements/**"
16
+ - " !requirements/**/docs.txt"
17
+ - " !*.md"
18
+ - " !**/*.md"
16
19
17
20
concurrency :
18
21
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 14
14
- " environment.yml"
15
15
- " setup.py"
16
16
- " .actions/**"
17
+ - " !requirements/**/docs.txt"
18
+ - " !*.md"
19
+ - " !**/*.md"
17
20
schedule :
18
21
- cron : " 0 0 * * *" # at the end of every day
19
22
Original file line number Diff line number Diff line change 17
17
- " requirements/lite/**"
18
18
- " src/lightning_lite/**"
19
19
- " .actions/**"
20
+ - " !requirements/**/docs.txt"
21
+ - " !*.md"
22
+ - " !**/*.md"
20
23
21
24
concurrency :
22
25
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 11
11
- " src/**"
12
12
- " pyproject.toml" # includes mypy config
13
13
- " .actions/**"
14
+ - " !requirements/**/docs.txt"
15
+ - " !*.md"
16
+ - " !**/*.md"
14
17
15
18
concurrency :
16
19
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 16
16
- " setup.py"
17
17
- " setup.cfg" # includes metadata used in the package creation
18
18
- " .github/workflows/docs-checks.yml"
19
+ - " !*.md"
20
+ - " !**/*.md"
19
21
20
22
concurrency :
21
23
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 17
17
- " tests/tests_pytorch/**"
18
18
- " setup.cfg" # includes pytest config
19
19
- " .actions/**"
20
+ - " !requirements/**/docs.txt"
21
+ - " !*.md"
22
+ - " !**/*.md"
20
23
21
24
concurrency :
22
25
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments