chore: add workflow_dispatch for the ToT jobs (#8345)
This commit is contained in:
parent
eec2bf882b
commit
2af8888d51
1
.github/workflows/tot.yml
vendored
1
.github/workflows/tot.yml
vendored
@ -4,6 +4,7 @@ name: run-tot-checks
|
|||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
# Supposed to be every day at 8 am (UTC).
|
# Supposed to be every day at 8 am (UTC).
|
||||||
|
Loading…
Reference in New Issue
Block a user