tasks.yaml : disable schedule task due to unknown error

PS. I'll look into this later.
This commit is contained in:
Minoplhy 2023-06-13 10:20:08 +07:00 committed by GitHub
parent 896cbad433
commit e8c5a1f23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Tasks
on:
schedule:
- cron: '0 */8 * * *'
# schedule:
# - cron: '0 */8 * * *'
workflow_dispatch:
jobs:
build: