From a01d10c4aa681c780f96b396477387e2a1125a35 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:41:10 +0300 Subject: [PATCH] Update crwate_site.yml --- .github/workflows/crwate_site.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crwate_site.yml b/.github/workflows/crwate_site.yml index 05e69004..6ce6eae5 100644 --- a/.github/workflows/crwate_site.yml +++ b/.github/workflows/crwate_site.yml @@ -7,14 +7,14 @@ jobs: rcreate_site: runs-on: self-hosted - services: - mariadb: - image: mariadb:latest - env: - MARIADB_ROOT_PASSWORD: fintech2023 - ports: - - 3306:3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + # services: + # mariadb: + # image: mariadb:latest + # env: + # MARIADB_ROOT_PASSWORD: fintech2023 + # ports: + # - 3306:3306 + # options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: Checkout Repository