Skip to content

Commit

Permalink
CI: Remove job schedule
Browse files Browse the repository at this point in the history
Scheduled jobs are automatically disabled after a certain amount of days, thanks to the cryptocurrency community.

This commit removes the schedule to keep the job enabled for PRs and regular commits
  • Loading branch information
Turbo87 committed Oct 1, 2021
1 parent 6be086d commit f5d8e60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,8 +6,6 @@ on:
- master
- 'v*'
pull_request: {}
schedule:
- cron: '0 3 * * *' # daily, at 3am

jobs:
lint:
Expand Down

0 comments on commit f5d8e60

Please sign in to comment.