disable cron

This commit is contained in:
Bhupesh Varshney 2023-07-02 15:08:24 +05:30 committed by GitHub
parent 2cfb455b64
commit 48e2a025d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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