Skip to content

Commit 674bed8

Browse files
committed
disable metrics yaml
1 parent f3c5e3d commit 674bed8

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.github/workflows/metrics.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: Metrics
2-
on:
3-
schedule: [{ cron: "0 0 * * *" }] # запускается каждый день в полночь
4-
workflow_dispatch: # разрешает ручной запуск
1+
# name: Metrics
2+
# on:
3+
# schedule: [{ cron: "0 0 * * *" }] # запускается каждый день в полночь
4+
# workflow_dispatch: # разрешает ручной запуск
55

6-
jobs:
7-
github-metrics:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: lowlighter/metrics@latest
11-
with:
12-
filename: metrics.plugin.activity.svg
13-
token: ${{ secrets.METRICS_TOKEN }}
14-
base: ""
15-
plugin_activity: yes
16-
plugin_activity_limit: 5
17-
plugin_activity_days: 0
18-
plugin_activity_filter: issue, pr, release, fork, review, ref/create
6+
# jobs:
7+
# github-metrics:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - uses: lowlighter/metrics@latest
11+
# with:
12+
# filename: metrics.plugin.activity.svg
13+
# token: ${{ secrets.METRICS_TOKEN }}
14+
# base: ""
15+
# plugin_activity: yes
16+
# plugin_activity_limit: 5
17+
# plugin_activity_days: 0
18+
# plugin_activity_filter: issue, pr, release, fork, review, ref/create

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# cryptobot_algo
22
![repo stats](https://github-readme-stats.vercel.app/api/pin/?username=linoxoidunix&repo=cryptobot_algo&theme=dark)
3+
![Metrics](./metrics.plugin.activity.svg)

0 commit comments

Comments
 (0)