Skip to content

Commit 57c6be5

Browse files
committed
CI: Remove job schedule
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
1 parent 6be086d commit 57c6be5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- master
77
- 'v*'
88
pull_request: {}
9-
schedule:
10-
- cron: '0 3 * * *' # daily, at 3am
119

1210
jobs:
1311
lint:

0 commit comments

Comments
 (0)