Run at 6 am every day

This commit is contained in:
Chris Meyers 2024-07-17 09:12:17 -04:00 committed by Chris Meyers
parent a4fdcc1cca
commit cbd9dce940

View File

@ -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