Skip to content

Triggering a workflow

How to automatically trigger OpenTestFactory orchestrator workflows.

About workflow triggers

Workflow triggers are events that cause a workflow to run. These events can be:

  • Activities that originate from you CI tool chain
  • Scheduled times
  • Manual

For example, you can configure your CI to run a workflow when a push is made to the default branch of your repository, when a release is created, or when an issue is opened.

Using a CI to trigger a workflow