diff options
author | 2021-12-14 08:47:00 -0800 | |
---|---|---|
committer | 2021-12-14 08:47:00 -0800 | |
commit | bf40eb9e284a05fb351bc7506a8d20a04242260c (patch) | |
tree | 2da89c1bec2997467d683e6651f0d30b057e7a48 /.github | |
parent | 09c01702d0d2814206fa43296c0c8a5cbc03e100 (diff) | |
download | astro-bf40eb9e284a05fb351bc7506a8d20a04242260c.tar.gz astro-bf40eb9e284a05fb351bc7506a8d20a04242260c.tar.zst astro-bf40eb9e284a05fb351bc7506a8d20a04242260c.zip |
add manual action to rerun nightly jobs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 088b37996..edd351f7b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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: |