Halt Maintenance Tasks until Code base is updated

This commit is contained in:
Shabinder Singh 2021-08-26 16:22:31 +05:30 committed by GitHub
parent 6be2eb3a6f
commit 93db538eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
name: Maintenance
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' #once a day
on: [ pull_request ]
#workflow_dispatch:
#schedule:
# - cron: '0 0 * * *' #once a day
jobs:
build: