mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Run at 6 am every day
This commit is contained in:
parent
a4fdcc1cca
commit
cbd9dce940
2
.github/workflows/dab-release.yml
vendored
2
.github/workflows/dab-release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user