mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Allow tringgering some Actions by hand (#6613)
This commit is contained in:
1
.github/workflows/stubtest.yml
vendored
1
.github/workflows/stubtest.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Run stubtest on all stubs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Check stubs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user