chore: add workflow_dispatch for the ToT jobs (#8345)

This commit is contained in:
Alex Rudenko 2022-05-13 14:42:20 +02:00 committed by GitHub
parent eec2bf882b
commit 2af8888d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ name: run-tot-checks
permissions: read-all
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
# Supposed to be every day at 8 am (UTC).