Disable workflow schedules

This commit is contained in:
akp 2020-12-25 13:13:54 +00:00
parent fae44916f0
commit 609ac7d17a
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ name: Update CLOC graph
on:
workflow_dispatch:
schedule:
- cron: "58 4 * 12 *"
#schedule:
# - cron: "58 4 * 12 *"
jobs:
graph:

View file

@ -2,8 +2,8 @@ name: Update README
on:
workflow_dispatch:
schedule:
- cron: "1 5 * 12 *"
#schedule:
# - cron: "1 5 * 12 *"
jobs:
table: