Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Commit 858ab64

Browse files
committed
Remove test job from cron schedule
Remove the scheduled cron job for running tests. Testing during pull requests and pushes to the main branch provides sufficient coverage for this project. Running on a schedule consumes unnecessary resources.
1 parent c1c8577 commit 858ab64

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
branches:
99
- main
10-
schedule:
11-
- cron: "0 0 * * 0"
1210

1311
jobs:
1412
test:

0 commit comments

Comments
 (0)