Skip to content

Commit 05b5623

Browse files
committed
Removed cron on CI
1 parent 6b42dce commit 05b5623

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/CI.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ on:
77
pull_request:
88
branches:
99
- "main"
10-
schedule:
11-
# Run on master by default Sunday morning at 3:30:
12-
# Scheduled workflows run on the latest commit on the default or base branch.
13-
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
14-
- cron: "30 3 * * 0"
1510

1611
jobs:
1712
ci:

0 commit comments

Comments
 (0)