diff --git a/.github/workflows/EntropyHubMetricGenerator.yml b/.github/workflows/EntropyHubMetricGenerator.yml index 725fa72..b7aca15 100644 --- a/.github/workflows/EntropyHubMetricGenerator.yml +++ b/.github/workflows/EntropyHubMetricGenerator.yml @@ -1,7 +1,7 @@ name: Metrics on: # Schedule daily updates - schedule: [{cron: "0 0 * * *"}] + schedule: [{cron: "40 * * * *"}] # (optional) Run workflow manually # workflow_dispatch: # (optional) Run workflow when pushing on master/main