mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Update unused stubtest whitelist action trigger (#4315)
Now runs weekly instead of daily, but also add the ability to trigger manually.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: Find unused stubtest whitelist entries
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: '0 4 * * SAT'
|
||||
|
||||
jobs:
|
||||
stubtest:
|
||||
|
||||
Reference in New Issue
Block a user