Skip to content

Commit

Permalink
ci(deps): 调整ESLint为定时执行 (#650)
Browse files Browse the repository at this point in the history
Signed-off-by: henry <[email protected]>
  • Loading branch information
henry-hub authored Mar 1, 2024
1 parent 4ea5919 commit 453f753
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ESLint
on:
push:
branches: main
pull_request:
branches: main
schedule:
- cron: '0 18 * * *'
# push:
# branches: main
# pull_request:
# branches: main

permissions:
contents: read
Expand Down

0 comments on commit 453f753

Please sign in to comment.