Skip to content

Commit 1b5d028

Browse files
chore: remove cron from github flow (#1247)
1 parent 3f115c1 commit 1b5d028

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- main
66
pull_request:
7-
schedule:
8-
- cron: "0 0 * * *" # daily
97

108
env:
119
UPSTASH_REDIS_REST_URL: ${{ secrets.UPSTASH_REDIS_REST_URL }}

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
bun run fmt && bun run test
2+
bun run fmt

0 commit comments

Comments
 (0)