From 13f40b017e8ecdc8073fadb5ce79e880d1345cf5 Mon Sep 17 00:00:00 2001 From: shoom3301 Date: Thu, 5 Dec 2024 14:44:28 +0500 Subject: [PATCH] ci: run cowfi tokens update every two hours --- .github/workflows/cowFi-tokens.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cowFi-tokens.yml b/.github/workflows/cowFi-tokens.yml index ff5a6fa4..461684e2 100644 --- a/.github/workflows/cowFi-tokens.yml +++ b/.github/workflows/cowFi-tokens.yml @@ -2,7 +2,7 @@ name: 'Cron: cow.fi tokens list' on: schedule: - - cron: '30 * * * *' + - cron: '0 */3 * * *' # Required for authenticating with AWS IAM permissions: