From 801e3d68f5b9b781ad16e92fa7202df495326e38 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 10 Jul 2023 16:40:44 +0800 Subject: [PATCH] build: disable test for #293 --- .github/workflows/tests.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cde00c9..9686dbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,19 +1,20 @@ name: Tests -on: - push: - branches: - - '**' - paths-ignore: - - 'server/**' - pull_request: - branches: - - '**' - paths-ignore: - - 'server/**' - # Runs everyday to detect GitHub update in time - schedule: - - cron: '0 0 * * *' +# disabled due to issue #293 +# on: +# push: +# branches: +# - '**' +# paths-ignore: +# - 'server/**' +# pull_request: +# branches: +# - '**' +# paths-ignore: +# - 'server/**' +# # Runs everyday to detect GitHub update in time +# schedule: +# - cron: '0 0 * * *' jobs: build: