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 672d192 commit ce27559Copy full SHA for ce27559
gitlab/ci/integration.yml
@@ -19,9 +19,6 @@
19
# - chroot
20
21
integration_mysql:
22
- only:
23
- - main
24
- - /^[0-9].[0-9]$/
25
extends: [.mysql_job,.integration_job]
26
variables:
27
MYSQL_ROOT_PASSWORD: password
gitlab/ci/unit.yml
@@ -41,9 +41,6 @@ run unit tests (PR):
41
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]
42
43
run unit tests (MySQL):
44
45
46
47
extends: [.mysql_job,.unit_job]
48
parallel:
49
matrix:
0 commit comments