From 6c04fbbc30801da0c340a4e7d8c70151cb12e3cd Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 26 Dec 2019 03:22:11 +0100 Subject: [PATCH] Update action to run more often This is just for testing --- .github/workflows/update_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index 59efb4e1..5dbadf48 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -2,7 +2,7 @@ name: Update Locales on: schedule: - - cron: '0 0 * * *' + - cron: '/30 * * * *' jobs: update: