From 0218f11f477a5b0d43cf59d5cda2025bf68e20cf Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 19 Jul 2023 12:17:32 +0530 Subject: [PATCH] ci: dont run tests on branch https://github.com/frappe/frappe/commit/6dda420176656a1f233f8e773b74f72a72fd4978 --- .github/workflows/server-tests-mariadb.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 9b4db49d08..2ce1125456 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -7,11 +7,9 @@ on: - '**.css' - '**.md' - '**.html' - push: - branches: [ develop ] - paths-ignore: - - '**.js' - - '**.md' + schedule: + # Run everday at midnight UTC / 5:30 IST + - cron: "0 0 * * *" workflow_dispatch: inputs: user: