From b9f27f86dbc20e81ba95d3a2b0b2f713a52f6234 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Tue, 21 Nov 2023 16:52:13 +0100 Subject: [PATCH] remove clone metrics Signed-off-by: Berend Sliedrecht --- .github/workflows/metrics.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/metrics.yml diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml deleted file mode 100644 index 95b11a6..0000000 --- a/.github/workflows/metrics.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: - schedule: - - cron: "0 0 * * 0" - workflow_dispatch: - -jobs: - collect-github-metrics: - name: Collect GitHub Metrics - runs-on: ubuntu-latest - steps: - - name: run-ghrs - uses: jgehrcke/github-repo-stats@RELEASE - with: - databranch: metrics - ghtoken: ${{ secrets.ghrs_github_api_token }}