mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 11:09:22 -02:30
Run at 6 am every day
This commit is contained in:
committed by
Chris Meyers
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *' # once an hour
|
- cron: '0 6 * * *' # once an day @ 6 AM
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user