mirror of
https://github.com/yawaflua/yawaflua.git
synced 2025-12-10 04:29:29 +02:00
Update blank.yml
This commit is contained in:
8
.github/workflows/blank.yml
vendored
8
.github/workflows/blank.yml
vendored
@@ -2,7 +2,7 @@
|
||||
name: Metrics
|
||||
on:
|
||||
# Schedule updates (each hour)
|
||||
schedule: [{cron: "0 * * * *"}]
|
||||
schedule: [{cron: "0 12 * * *"}]
|
||||
# Lines below let you run workflow manually and on each commit
|
||||
workflow_dispatch:
|
||||
push: {branches: ["master", "main"]}
|
||||
@@ -38,13 +38,13 @@ jobs:
|
||||
plugin_habits_languages_limit: 8
|
||||
plugin_habits_languages_threshold: 0%
|
||||
plugin_languages: yes
|
||||
plugin_languages_analysis_timeout: 15
|
||||
plugin_languages_analysis_timeout_repositories: 7.5
|
||||
plugin_languages_analysis_timeout: 90
|
||||
plugin_languages_analysis_timeout_repositories: 9.5
|
||||
plugin_languages_categories: markup, programming
|
||||
plugin_languages_colors: github
|
||||
plugin_languages_details: percentage
|
||||
plugin_languages_ignored: html, css, CMake
|
||||
plugin_languages_limit: 8
|
||||
plugin_languages_limit: 10
|
||||
plugin_languages_other: yes
|
||||
plugin_languages_recent_categories: markup, programming
|
||||
plugin_languages_recent_days: 14
|
||||
|
||||
Reference in New Issue
Block a user