Skip to content

Commit 49f3daa

Browse files
committed
ci: reduce frequency of ci runs
1 parent face799 commit 49f3daa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: CI
22
on:
33
push:
4+
pull_request:
45
schedule:
5-
- cron: "0 0 * * *" # Nightly at midnight
6+
- cron: "0 0 * * 1" # Midnight monday
67

78
jobs:
89
style:

0 commit comments

Comments
 (0)