Allow tringgering some Actions by hand (#6613)

This commit is contained in:
Sebastian Rittau
2021-12-16 20:51:34 +01:00
committed by GitHub
parent dae0b127ca
commit 3e49ed754d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: Run stubtest on all stubs
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

View File

@@ -1,6 +1,7 @@
name: Check stubs
on:
workflow_dispatch:
push:
pull_request: