Skip to content

Commit e670c95

Browse files
committed
Dont run Python tests right now
1 parent e458605 commit e670c95

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/app-tests.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: App Tests
22

33
on:
4-
push:
5-
branches: [ main ]
6-
paths-ignore:
7-
- "**.md"
8-
- ".azdo/**"
9-
- ".devcontainer/**"
10-
- ".github/**"
11-
pull_request:
12-
branches: [ main ]
13-
paths-ignore:
14-
- "**.md"
15-
- ".azdo/**"
16-
- ".devcontainer/**"
17-
- ".github/**"
4+
# push:
5+
# branches: [ main ]
6+
# paths-ignore:
7+
# - "**.md"
8+
# - ".azdo/**"
9+
# - ".devcontainer/**"
10+
# - ".github/**"
11+
# pull_request:
12+
# branches: [ main ]
13+
# paths-ignore:
14+
# - "**.md"
15+
# - ".azdo/**"
16+
# - ".devcontainer/**"
17+
# - ".github/**"
1818
workflow_dispatch:
1919

2020
permissions:

0 commit comments

Comments
 (0)