summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2024-07-17 15:12:17 +0200
committerChris Meyers <chrismeyersfsu@users.noreply.github.com>2024-07-17 21:10:25 +0200
commitcbd9dce940c861f550658340dc549a87b1a6e346 (patch)
treeb9a484feb5ad4d2a7b77b12142e4c855b5a037a8 /.github
parentUpdate .github/workflows/dab-release.yml (diff)
downloadawx-cbd9dce940c861f550658340dc549a87b1a6e346.tar.xz
awx-cbd9dce940c861f550658340dc549a87b1a6e346.zip
Run at 6 am every day
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dab-release.yml2
1 files changed, 1 insertions, 1 deletions
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