mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-30 02:32:42 +05:30
disable cron
This commit is contained in:
parent
2cfb455b64
commit
48e2a025d0
13
.github/workflows/python-app.yml
vendored
13
.github/workflows/python-app.yml
vendored
@ -1,14 +1,15 @@
|
|||||||
name: r/developersIndia titles updater
|
name: r/developersIndia titles updater
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
# At 19:30 on every 2nd day-of-week.”
|
# At 19:30 on every 2nd day-of-week.”
|
||||||
- cron: '30 19 * * */2'
|
# - cron: '30 19 * * */2'
|
||||||
|
# workflow_dispatch:
|
||||||
|
# push:
|
||||||
|
# branches: [ "main" ]
|
||||||
|
# pull_request:
|
||||||
|
# branches: [ "main" ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user