Skip to content

Commit 73d9593

Browse files
committed
ci: Reduce checks run duplication
1 parent 8f5926b commit 73d9593

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: Run Checks
22

33
on:
44
push:
5-
branches: ["**"]
5+
branches: ["main"]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [main]
9-
schedule:
10-
- cron: '0 23 * * 2'
8+
branches: ["main"]
119

1210
jobs:
1311
test:

0 commit comments

Comments
 (0)