Sfoglia il codice sorgente

Enable cron for actions.

Jelmer Vernooij 3 anni fa
parent
commit
3a3fac08a5
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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: