Skip to content

Commit 2603f37

Browse files
remove accidentally modified workflow files
remnants of old merge Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 1dada97 commit 2603f37

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
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+
135
jobs:
146
run-unit-tests:
157
runs-on: ubuntu-latest
@@ -217,4 +209,4 @@ jobs:
217209
- name: Mypy
218210
run: |
219211
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

.github/workflows/integration.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Integration Tests
2+
23
on:
3-
push:
4-
paths-ignore:
5-
- "**.MD"
6-
- "**.md"
7-
pull_request:
4+
push:
85
branches:
96
- main
10-
- sea-migration
11-
- telemetry
7+
pull_request:
128

139
jobs:
1410
run-e2e-tests:
@@ -59,4 +55,4 @@ jobs:
5955
# run test suite
6056
#----------------------------------------------
6157
- name: Run e2e tests
62-
run: poetry run python -m pytest tests/e2e
58+
run: poetry run python -m pytest tests/e2e

0 commit comments

Comments
 (0)