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