Skip to content

Commit

Permalink
Merge pull request #2 from sangonzal/dev
Browse files Browse the repository at this point in the history
Remove insights from dev. Update workflow schedule
  • Loading branch information
sangonzal authored Aug 26, 2020
2 parents 38cf2c1 + f4a7c67 commit babd42f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 47 deletions.
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.

0 comments on commit babd42f

Please sign in to comment.