Parcourir la source

Removed scheduled run of flake8

Barney Sowood il y a 1 an
Parent
commit
e4afa37895
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      .github/workflows/flake8.yaml

+ 0 - 2
.github/workflows/flake8.yaml

@@ -2,8 +2,6 @@ name: flake8 lint
 on:
   push:
   pull_request:
-  schedule:
-    - cron: "0 8 * * *"
 
 jobs:
   flake8-lint: