Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove insights from dev. Update workflow schedule #2

Merged
merged 1 commit into from
Aug 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
25 changes: 0 additions & 25 deletions insights/clones.csv

This file was deleted.

Binary file removed insights/plots.png
Binary file not shown.
16 changes: 0 additions & 16 deletions insights/views.csv

This file was deleted.