From 21f3d369319315886e59be97255feb4f3f6ee9e9 Mon Sep 17 00:00:00 2001 From: Haifeng Wu Date: Mon, 20 Apr 2026 10:06:07 +0800 Subject: [PATCH] Update python-pytest.yml --- .github/workflows/python-pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-pytest.yml b/.github/workflows/python-pytest.yml index bd0f39b..60ff292 100644 --- a/.github/workflows/python-pytest.yml +++ b/.github/workflows/python-pytest.yml @@ -8,9 +8,9 @@ on: branches: [ master ] pull_request: branches: [ master ] - schedule: + # schedule: # since * is a special character in YAML you have to quote this string - - cron: '0 22 1/7 * *' + # - cron: '0 22 1/7 * *' jobs: default: