mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
Allow tringgering some Actions by hand (#6613)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: Run stubtest on all stubs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: Check stubs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user