瀏覽代碼

Enable cron for actions.

Jelmer Vernooij 3 年之前
父節點
當前提交
3a3fac08a5
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .github/workflows/pythonpackage.yml

+ 5 - 1
.github/workflows/pythonpackage.yml

@@ -1,6 +1,10 @@
 name: Python package
 
-on: [push, pull_request]
+on:
+  push:
+  pull_request:
+  schedule:
+    - cron: '0 6 * * *'  # Daily 6AM UTC build
 
 jobs:
   build: