You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/code-quality-checks.yml
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,7 @@
1
1
name: Code Quality Checks
2
-
on:
3
-
push:
4
-
branches:
5
-
- main
6
-
- sea-migration
7
-
- telemetry
8
-
pull_request:
9
-
branches:
10
-
- main
11
-
- sea-migration
12
-
- telemetry
2
+
3
+
on: [pull_request]
4
+
13
5
jobs:
14
6
run-unit-tests:
15
7
runs-on: ubuntu-latest
@@ -217,4 +209,4 @@ jobs:
217
209
- name: Mypy
218
210
run: |
219
211
mkdir .mypy_cache # Workaround for bad error message "error: --install-types failed (no mypy cache directory)"; see https://github.com/python/mypy/issues/10768#issuecomment-2178450153
220
-
poetry run mypy --install-types --non-interactive src
212
+
poetry run mypy --install-types --non-interactive src
0 commit comments