mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix: gh-pages branch CI trigger exclusion
This commit is contained in:
9
.github/workflows/coverage.yml
vendored
9
.github/workflows/coverage.yml
vendored
@@ -53,10 +53,11 @@ jobs:
|
||||
|
||||
maria:
|
||||
image: mariadb
|
||||
env: MARIADB_USER:maria
|
||||
MARIADB_PASSWORD:password
|
||||
MARIADB_ROOT_PASSWORD:password
|
||||
MARIADB_DATABASE:maria
|
||||
env:
|
||||
MARIADB_USER: "maria"
|
||||
MARIADB_PASSWORD: "password"
|
||||
MARIADB_ROOT_PASSWORD: "password"
|
||||
MARIADB_DATABASE: "maria"
|
||||
options: >-
|
||||
--health-cmd="mysqladmin ping"
|
||||
--health-interval=10s
|
||||
|
||||
Reference in New Issue
Block a user