Add mariadb to build.yml
This commit is contained in:
parent
27a3c66b5f
commit
36059caa7a
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -72,6 +72,15 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
|
||||
mariadb:
|
||||
needs: qc-before
|
||||
name: MariaDB
|
||||
uses: ./.github/workflows/mariadb.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
mysql-proxy:
|
||||
needs: qc-before
|
||||
name: MySQL Proxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue