Disable workflow schedules
This commit is contained in:
parent
fae44916f0
commit
609ac7d17a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/updategraph.yml
vendored
4
.github/workflows/updategraph.yml
vendored
|
@ -2,8 +2,8 @@ name: Update CLOC graph
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "58 4 * 12 *"
|
||||
#schedule:
|
||||
# - cron: "58 4 * 12 *"
|
||||
|
||||
jobs:
|
||||
graph:
|
||||
|
|
4
.github/workflows/updatetable.yml
vendored
4
.github/workflows/updatetable.yml
vendored
|
@ -2,8 +2,8 @@ name: Update README
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "1 5 * 12 *"
|
||||
#schedule:
|
||||
# - cron: "1 5 * 12 *"
|
||||
|
||||
jobs:
|
||||
table:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue