Skip to content

Commit ce27559

Browse files
committed
[Remove]
Show demonstration in PR.
1 parent 672d192 commit ce27559

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

gitlab/ci/integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
# - chroot
2020

2121
integration_mysql:
22-
only:
23-
- main
24-
- /^[0-9].[0-9]$/
2522
extends: [.mysql_job,.integration_job]
2623
variables:
2724
MYSQL_ROOT_PASSWORD: password

gitlab/ci/unit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ run unit tests (PR):
4141
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]
4242

4343
run unit tests (MySQL):
44-
only:
45-
- main
46-
- /^[0-9].[0-9]$/
4744
extends: [.mysql_job,.unit_job]
4845
parallel:
4946
matrix:

0 commit comments

Comments
 (0)