Skip to content

Commit 61dc007

Browse files
committed
Fix indentation
1 parent 0173144 commit 61dc007

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci-app-examples.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on: # Trigger the workflow on push or pull request, but only for the master bran
66
branches: [master, "release/*"]
77
pull_request:
88
branches: [master, "release/*"]
9-
paths:
10-
- ".github/workflows/ci-app-examples.yml"
11-
- "requirements/app/**"
12-
- "src/lightning_app/**"
13-
- "tests/tests_app_examples/**"
14-
# the examples are used in the app CI
15-
- "examples/app_*"
9+
paths:
10+
- ".github/workflows/ci-app-examples.yml"
11+
- "requirements/app/**"
12+
- "src/lightning_app/**"
13+
- "tests/tests_app_examples/**"
14+
# the examples are used in the app CI
15+
- "examples/app_*"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}

.github/workflows/ci-pytorch-test-slow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
77
pull_request:
88
branches: [master, "release/*"]
99
types: [opened, reopened, ready_for_review, synchronize]
10-
paths:
11-
- "requirements/pytorch/**"
12-
- "src/pytorch_lightning/**"
13-
- "tests/tests_pytorch/**"
14-
- "setup.cfg" # includes pytest config
15-
- ".github/workflows/ci-pytorch-test-slow.yml"
10+
paths:
11+
- "requirements/pytorch/**"
12+
- "src/pytorch_lightning/**"
13+
- "tests/tests_pytorch/**"
14+
- "setup.cfg" # includes pytest config
15+
- ".github/workflows/ci-pytorch-test-slow.yml"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)