diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51e0efe..4fe270f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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