mirror of
https://github.com/developersIndia/deviras.git
synced 2024-12-22 16:19:50 +05:30
add cron schedule for the script
This commit is contained in:
parent
680e023999
commit
b9b0d9ea92
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: r/developersIndia titles updater
|
name: r/developersIndia titles updater
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
# At 19:30 on every 2nd day-of-week.”
|
||||||
|
- cron: '30 19 * * */2'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user