From 6a5341469d41122e254ac244dff30ef29c70f6d8 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 2 Mar 2021 14:23:25 -0800 Subject: [PATCH] build: run ABI updater every hour --- .github/workflows/update-abi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 385d05d..a1ed159 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -1,7 +1,7 @@ name: Auto-update ABI JSON file on: schedule: - - cron: '0 0 * * *' + - cron: '0 * * * *' jobs: autoupdate: runs-on: ubuntu-latest