Remove tests run on push on main (#16971)

Since tests are now run in the pre-merge queue with the latest main
version, they need not to be run again when merged into main, it would
be the exact same thing
This commit is contained in:
Marie
2026-01-06 17:53:08 +00:00
committed by GitHub
parent d53ec8f3c4
commit ceba0972cd
6 changed files with 7 additions and 17 deletions
-4
View File
@@ -1,10 +1,6 @@
name: CI Front and E2E
on:
push:
branches:
- main
pull_request:
merge_group:
+1 -3
View File
@@ -1,9 +1,7 @@
name: CI SDK
on:
push:
branches:
- main
merge_group:
pull_request:
+2 -4
View File
@@ -1,12 +1,10 @@
name: CI Server
on:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
+1 -3
View File
@@ -1,9 +1,7 @@
name: CI Shared
on:
push:
branches:
- main
merge_group:
pull_request:
@@ -4,6 +4,8 @@ permissions:
contents: read
on:
merge_group:
pull_request:
concurrency:
+1 -3
View File
@@ -4,9 +4,7 @@ permissions:
contents: read
on:
push:
branches:
- main
merge_group:
pull_request: