mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-26 16:52:14 +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
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# schedule:
|
||||
# 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:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user