Quellcode durchsuchen

Enable cron for actions.

Jelmer Vernooij vor 3 Jahren
Ursprung
Commit
3a3fac08a5
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  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: