Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 554 Bytes

File metadata and controls

5 lines (3 loc) · 554 Bytes

When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN will not create a new workflow run, with the following exception:

  • workflow_dispatch and repository_dispatch events always create workflow runs.

For all other events, this behavior prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository's GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur.