We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f239f2 commit eaed7b2Copy full SHA for eaed7b2
.github/workflows/code-quality-checks.yml
@@ -1,15 +1,7 @@
1
name: Code Quality Checks
2
-on:
3
- push:
4
- branches:
5
- - main
6
- - sea-migration
7
- - telemetry
8
- pull_request:
9
10
11
12
+
+on: [pull_request]
13
jobs:
14
run-unit-tests:
15
runs-on: ubuntu-latest
.github/workflows/integration.yml
@@ -1,14 +1,10 @@
name: Integration Tests
on:
- paths-ignore:
- - "**.MD"
- - "**.md"
+ push:
branches:
- main
+ pull_request:
run-e2e-tests:
0 commit comments