From 84aefd277a1a49da10d192c1762014bde46df612 Mon Sep 17 00:00:00 2001 From: Liren Date: Thu, 6 Jun 2024 22:54:33 +0200 Subject: [PATCH] Update github-repo-stats.yml 1st test run --- .github/workflows/github-repo-stats.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-repo-stats.yml b/.github/workflows/github-repo-stats.yml index 48f8788b..754a56ea 100644 --- a/.github/workflows/github-repo-stats.yml +++ b/.github/workflows/github-repo-stats.yml @@ -1,10 +1,12 @@ name: fetch-repository-stats concurrency: fetch-repository-stats -on: - schedule: - - cron: "0 23 * * *" - workflow_dispatch: +on: [push] + +#on: +# schedule: +# - cron: "0 23 * * *" +# workflow_dispatch: jobs: run-ghrs-with-matrix: