commit | 0218f11f477a5b0d43cf59d5cda2025bf68e20cf | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Wed Jul 19 12:17:32 2023 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Wed Jul 19 12:17:32 2023 +0530 |
tree | b3645f51f2fb0fad8400cea09298d13e06cab767 | |
parent | bccfd22fc02f136c6a785d8c985f6e6910ec6310 [diff] |
ci: dont run tests on branch https://github.com/frappe/frappe/commit/6dda420176656a1f233f8e773b74f72a72fd4978
diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 9b4db49..2ce1125 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml
@@ -7,11 +7,9 @@ - '**.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: