Skip to content

Commit

Permalink
[Remove]
Browse files Browse the repository at this point in the history
Show demonstration in PR.
  • Loading branch information
vmcj committed Jul 23, 2024
1 parent 672d192 commit ce27559
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions gitlab/ci/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
# - chroot

integration_mysql:
only:
- main
- /^[0-9].[0-9]$/
extends: [.mysql_job,.integration_job]
variables:
MYSQL_ROOT_PASSWORD: password
Expand Down
3 changes: 0 additions & 3 deletions gitlab/ci/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ run unit tests (PR):
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]

run unit tests (MySQL):
only:
- main
- /^[0-9].[0-9]$/
extends: [.mysql_job,.unit_job]
parallel:
matrix:
Expand Down

0 comments on commit ce27559

Please sign in to comment.