mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|
||||
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user