From 71d3fa5e22719ec90e43b639fb9f52b69005c873 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:23:31 +0100 Subject: [PATCH] Run Unit tests for all branches again We limited because of the number of minutes but as we're close to migrating away from GitLab this is the easier fix for the current deprecation issue. --- gitlab/ci/unit.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gitlab/ci/unit.yml b/gitlab/ci/unit.yml index d9a91557b1..5bf7aab8c7 100644 --- a/gitlab/ci/unit.yml +++ b/gitlab/ci/unit.yml @@ -29,21 +29,12 @@ - unit-tests.xml run unit tests: - only: - - main - - /^[0-9].[0-9]$/ extends: [.mariadb_job,.phpsupported_job,.unit_job] run unit tests (PR): - except: - - main - - /^[0-9].[0-9]$/ 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: