From e8c4807cd67b1653660011cff06b83e33e1d37dd Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Mon, 27 Nov 2023 15:00:02 +0000 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 37be0b1..2d9e76b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -4,10 +4,12 @@ name: Python application on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + schedule: + - cron: '30 5,17 * * *' + # push: + # branches: [ "main" ] + # pull_request: + # branches: [ "main" ] permissions: contents: read