diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c812d84..a02b36c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,8 @@ # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -# on: -# schedule: -# - cron: "55 23 * * 0" -on: +on: schedule: - # Runs every day at midnight - - cron: "0 0 * * *" + - cron: "55 23 * * 0" # A workflow run is made up of one or more jobs that can run sequentially or in parallel diff --git a/README.md b/README.md index afc5398..3269fee 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This actions does not store the generated data anywhere by default. It temporari ```yaml on: schedule: + # runs once a week on sunday - cron: "55 23 * * 0" jobs: @@ -70,6 +71,7 @@ If you'd like to avoid commiting the data to the repository, you can use another ```yaml on: schedule: + # runs once a week on sunday - cron: "55 23 * * 0" jobs: diff --git a/insights/clones.csv b/insights/clones.csv deleted file mode 100644 index 769440f..0000000 --- a/insights/clones.csv +++ /dev/null @@ -1,25 +0,0 @@ -_date,total_clones,unique_clones -2020-07-28,10,2 -2020-07-29,5,1 -2020-07-30,3,3 -2020-07-31,2,2 -2020-08-01,1,1 -2020-08-02,1,1 -2020-08-03,5,5 -2020-08-04,2,2 -2020-08-05,1,1 -2020-08-06,1,1 -2020-08-07,2,2 -2020-08-08,4,4 -2020-08-09,3,3 -2020-08-10,3,3 -2020-08-11,2,2 -2020-08-12,5,5 -2020-08-13,6,6 -2020-08-14,3,3 -2020-08-15,5,5 -2020-08-16,4,4 -2020-08-17,4,4 -2020-08-18,3,3 -2020-08-19,3,3 -2020-08-20,7,5 diff --git a/insights/plots.png b/insights/plots.png deleted file mode 100644 index 7b54374..0000000 Binary files a/insights/plots.png and /dev/null differ diff --git a/insights/views.csv b/insights/views.csv deleted file mode 100644 index 67ca10b..0000000 --- a/insights/views.csv +++ /dev/null @@ -1,16 +0,0 @@ -_date,total_views,unique_views -2020-07-27,1,1 -2020-07-28,57,1 -2020-07-29,62,1 -2020-07-30,23,3 -2020-07-31,17,1 -2020-08-01,10,1 -2020-08-03,5,1 -2020-08-04,1,1 -2020-08-05,3,1 -2020-08-06,5,1 -2020-08-07,5,1 -2020-08-10,4,1 -2020-08-12,3,1 -2020-08-13,3,1 -2020-08-17,4,2