From 17fdb8fde95f8efa7411ff49e3bead4b1901e8e2 Mon Sep 17 00:00:00 2001 From: Apoorva Lal Date: Sun, 1 Oct 2023 20:18:54 -0700 Subject: [PATCH] Update post.yml --- .github/workflows/post.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post.yml b/.github/workflows/post.yml index cb5ccee..f42af4b 100644 --- a/.github/workflows/post.yml +++ b/.github/workflows/post.yml @@ -1,8 +1,8 @@ name: "GH Arxiv Posterbot" on: - # workflow_dispatch: {} + workflow_dispatch: {} schedule: - - cron: "32 10,21 * * *" + - cron: "0 14 * * *" jobs: build: