From cbd9dce940c861f550658340dc549a87b1a6e346 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 17 Jul 2024 09:12:17 -0400 Subject: [PATCH] Run at 6 am every day --- .github/workflows/dab-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dab-release.yml b/.github/workflows/dab-release.yml index 8916d1718e..c85260648a 100644 --- a/.github/workflows/dab-release.yml +++ b/.github/workflows/dab-release.yml @@ -3,7 +3,7 @@ name: django-ansible-base requirements update on: workflow_dispatch: schedule: - - cron: '0 * * * *' # once an hour + - cron: '0 6 * * *' # once an day @ 6 AM permissions: pull-requests: write contents: write