Skip to content

Commit d2a1b62

Browse files
committed
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.
1 parent cd78ef7 commit d2a1b62

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

gitlab/ci/unit.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,12 @@
2929
- unit-tests.xml
3030

3131
run unit tests:
32-
only:
33-
- main
34-
- /^[0-9].[0-9]$/
3532
extends: [.mariadb_job,.phpsupported_job,.unit_job]
3633

3734
run unit tests (PR):
38-
except:
39-
- main
40-
- /^[0-9].[0-9]$/
4135
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]
4236

4337
run unit tests (MySQL):
44-
only:
45-
- main
46-
- /^[0-9].[0-9]$/
4738
extends: [.mysql_job,.unit_job]
4839
parallel:
4940
matrix:

0 commit comments

Comments
 (0)