diff options
| author | Ben Busby <contact@benbusby.com> | 2022-01-26 16:16:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-26 16:16:59 -0700 |
| commit | 79f24a59f1265867fd1cfb8eb821944f34c29554 (patch) | |
| tree | 237e6e077426db79ecd9aa4f84717385f3480fb4 /.github | |
| parent | 7cb19579c940b9fa437b58d49d32f36e1ba1ca60 (diff) | |
| download | farside-79f24a59f1265867fd1cfb8eb821944f34c29554.tar.gz | |
Allow manually triggering auto-update workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 64ac7c4..0db5be3 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -1,4 +1,5 @@ on: + workflow_dispatch: schedule: - cron: '0 0 * * *' |
