Skip to content

Commit

Permalink
ci: synchronize watch schedule with pyright releases (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bersbersbers authored Nov 21, 2023
1 parent 78b1d48 commit 2a0e7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: watch pyright
on:
schedule:
# At the end of every day
- cron: "0 0 * * *"
# At 7 am UTC every day
- cron: "0 7 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2a0e7bd

Please sign in to comment.