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 }}