From c6bf78cfb44e82c47712c18c6a9e447459e517a7 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 12 Aug 2024 21:14:00 -0400 Subject: [PATCH] Update fly-direct.yml --- .github/workflows/fly-direct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fly-direct.yml b/.github/workflows/fly-direct.yml index f846098d..aea0a48e 100644 --- a/.github/workflows/fly-direct.yml +++ b/.github/workflows/fly-direct.yml @@ -1,7 +1,7 @@ name: Fly Deploy Direct on: schedule: - - cron: '0 */6 * * *' + - cron: '0 */2 * * *' env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}