mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 06:25:46 +00:00
fix: gh-pages branch CI trigger exclusion
This commit is contained in:
parent
96119fdc71
commit
1fded38ee8
9
.github/workflows/coverage.yml
vendored
9
.github/workflows/coverage.yml
vendored
@ -53,10 +53,11 @@ jobs:
|
|||||||
|
|
||||||
maria:
|
maria:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
env: MARIADB_USER:maria
|
env:
|
||||||
MARIADB_PASSWORD:password
|
MARIADB_USER: "maria"
|
||||||
MARIADB_ROOT_PASSWORD:password
|
MARIADB_PASSWORD: "password"
|
||||||
MARIADB_DATABASE:maria
|
MARIADB_ROOT_PASSWORD: "password"
|
||||||
|
MARIADB_DATABASE: "maria"
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="mysqladmin ping"
|
--health-cmd="mysqladmin ping"
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
|
|||||||
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- "*"
|
- "*"
|
||||||
- !gh-pages
|
- '!gh-pages'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
@ -55,10 +55,11 @@ jobs:
|
|||||||
|
|
||||||
maria:
|
maria:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
env: MARIADB_USER:maria
|
env:
|
||||||
MARIADB_PASSWORD:password
|
MARIADB_USER: "maria"
|
||||||
MARIADB_ROOT_PASSWORD:password
|
MARIADB_PASSWORD: "password"
|
||||||
MARIADB_DATABASE:maria
|
MARIADB_ROOT_PASSWORD: "password"
|
||||||
|
MARIADB_DATABASE: "maria"
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="mysqladmin ping"
|
--health-cmd="mysqladmin ping"
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user