From c8790387c29236695eeaf331316ec51a85c959de Mon Sep 17 00:00:00 2001 From: Ivan Cavlek <97914489+ICavlek@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:21:56 +0100 Subject: [PATCH] bugfix: has to be a list cron type (#840) --- .github/workflows/account_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/account_deployment.yml b/.github/workflows/account_deployment.yml index f701c16a..a667faae 100644 --- a/.github/workflows/account_deployment.yml +++ b/.github/workflows/account_deployment.yml @@ -1,7 +1,7 @@ name: account-deployment on: schedule: - interval: "monthly" + - cron: '0 10 1 * *' env: RUSTFLAGS: -D warnings