disable debugging internal logging content in github action

This commit is contained in:
John Guo
2021-12-04 20:51:24 +08:00
parent b6df7b94d0
commit 66450b0ecd
2 changed files with 1 additions and 51 deletions

View File

@ -8,7 +8,7 @@ on:
pull_request:
branches: [master, develop]
env:
GF_DEBUG: 1
GF_DEBUG: 0
jobs:
code-test: