Skip to content

Commit eaed7b2

Browse files
committed
Some more fixes
1 parent 5f239f2 commit eaed7b2

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

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

Lines changed: 3 additions & 11 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

.github/workflows/integration.yml

Lines changed: 3 additions & 7 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:

0 commit comments

Comments
 (0)