summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:32:09 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:32:09 +0100
commit243da5137c6d21b7b246f884fb07e1f0625f2673 (patch)
tree7eb7b063ed4c5459129e8584d2e216a2aa90872f
parentbf5aff484146ffda3944088c48323ad9272b91fb (diff)
downloadsqlparse-243da5137c6d21b7b246f884fb07e1f0625f2673.tar.gz
Setup a nightly build, even without changes in the module itself.
-rw-r--r--.github/workflows/python-app.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 2e07ee1..1a173f8 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -8,6 +8,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
+ schedule:
+ cron: '0 12 * * *'
jobs:
build: