Skip to content

Commit

Permalink
improvement: add scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch authored Mar 11, 2020
1 parent e657bb2 commit 4cdc1b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check coding styles

on: [push]
on:
pull_request:

schedule:
- cron: '0 6 * * *'

jobs:
shfmt:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Run module tests
on:
pull_request:

schedule:
- cron: '0 6 * * *'

jobs:
build:

Expand Down

0 comments on commit 4cdc1b1

Please sign in to comment.