Skip to content

Commit 825591a

Browse files
committed
ci: Disable scheduled workflows
1 parent 641e5d8 commit 825591a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-redis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: "Test Redis"
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: '0 03 * * 1' # At 03:00 on Monday.
86

97
jobs:
108
tests:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: "Test"
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: '0 03 * * 1' # At 03:00 on Monday.
86

97
jobs:
108
tests:

0 commit comments

Comments
 (0)