Karl0ss 1 год назад
Родитель
Сommit
e8c4807cd6
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      .github/workflows/python-app.yml

+ 6 - 4
.github/workflows/python-app.yml

@@ -4,10 +4,12 @@
 name: Python application
 
 on:
-  push:
-    branches: [ "main" ]
-  pull_request:
-    branches: [ "main" ]
+  schedule:
+    - cron:  '30 5,17 * * *'
+  # push:
+  #   branches: [ "main" ]
+  # pull_request:
+  #   branches: [ "main" ]
 
 permissions:
   contents: read