add manual action to rerun nightly jobs

This commit is contained in:
Fred K. Schott 2021-12-14 08:47:00 -08:00 committed by GitHub
parent 09c01702d0
commit bf40eb9e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
stat: