Skip to content

Commit

Permalink
fix: update workflow with correct schedule formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Mar 18, 2021
1 parent 89c2f07 commit 103ca52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -169,11 +169,11 @@ workflows:
hourly:
triggers:
- schedule:
cron: '55 * * * *'
filters:
branches:
only:
- master
cron: '55 * * * *'
filters:
branches:
only:
- master
jobs:
- install_deps
- lint:
Expand Down

0 comments on commit 103ca52

Please sign in to comment.