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