diff --git a/.github/workflows/desktop_web.yml b/.github/workflows/desktop_web.yml index 71ac9d6..04865dd 100644 --- a/.github/workflows/desktop_web.yml +++ b/.github/workflows/desktop_web.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 9 * * *" jobs: python-tests: diff --git a/.github/workflows/mobile_native.yml b/.github/workflows/mobile_native.yml index 3667e07..6fc39a3 100644 --- a/.github/workflows/mobile_native.yml +++ b/.github/workflows/mobile_native.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 9 * * *" jobs: python-tests: diff --git a/.github/workflows/mobile_web.yml b/.github/workflows/mobile_web.yml index 4dd40ba..df10136 100644 --- a/.github/workflows/mobile_web.yml +++ b/.github/workflows/mobile_web.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 9 * * *" jobs: python-tests: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 02d62c7..d26d312 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 9 * * *" jobs: python-tests: diff --git a/.github/workflows/robot_desktop_web.yml b/.github/workflows/robot_desktop_web.yml index f038eb8..060792b 100644 --- a/.github/workflows/robot_desktop_web.yml +++ b/.github/workflows/robot_desktop_web.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 9 * * *" jobs: python-tests: