From 422657626b9854361e6586f19a570614abfc27ed Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 27 Jan 2022 15:41:11 +0100 Subject: [PATCH] chore: run parser update at least daily (#2379) --- .github/workflows/update-parsers-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml index 558820ea4..e1f090532 100644 --- a/.github/workflows/update-parsers-pr.yml +++ b/.github/workflows/update-parsers-pr.yml @@ -1,6 +1,8 @@ name: Make Parser Update PR on: + schedule: + - cron: '30 6 * * *' push: branches: - master