Skip to content

Commit 9590f53

Browse files
committed
No need to run pre-commit every day
1 parent 77b3347 commit 9590f53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: pre-commit
22

3-
on:
4-
pull_request:
5-
push:
6-
schedule:
7-
- cron: "0 7 * * *" # Run once daily
3+
on: [push, pull_request]
84

95
permissions:
106
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)