diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 850145a2..a2c9c8f5 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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