Skip to content

Add workflow_dispatch execution option to smoke test #271

@delucchi-cmu

Description

@delucchi-cmu

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:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions