Useful to re-run the smoke test workflow on-demand in the github UI. Add with something like: ``` on: schedule: - cron: 45 6 * * * # Allows you to run this workflow manually from the Actions tab workflow_dispatch: ```