aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2023-03-27 02:32:52 +0400
committerGravatar GitHub <[email protected]>2023-03-26 22:32:52 +0000
commit575061f30e952223bbf22d12203694aef3adb1fe (patch)
tree6c17ef5e2a767e3d6062850352f790eca7677067 /.github
parentEnable buildkitd debug if running CI in debug (diff)
Run Build CI Daily (#1)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f50753f..63a2b1e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
push:
branches:
- main
+ schedule:
+ # Rerun CI daily to keep up-to-date with upstream python updates
+ - cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}