From afbe4b13d56a6b908928c3b8b5572128748825ee Mon Sep 17 00:00:00 2001 From: jdhughes-usgs Date: Wed, 27 Apr 2022 11:44:03 -0500 Subject: [PATCH] ci: enable cron job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d68149..297cf96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: USGS LaTeX on: - # schedule: - # - cron: '0 2 * * *' # run at 2 AM UTC + schedule: + - cron: '0 2 * * *' # run at 2 AM UTC push: branches: - main