Skip to content

Workflow runs not starting after previous workflow completes #26062

Discussion options

You must be logged in to vote

@andrewconnell,

There are few points maybe can explain the problems:

  1. The workflow runs on workflow_run event must exist on the master or default branch. And this workflow will only run on the master or default branch, regardless of whether it is triggered by a workflow run on other branches or not.

  2. On the Actions page of a repository, under the “All workflows”, generally the following workflows are listed:

    • The workflow files exist on any branches, and the workflows have been triggered at least once.

    • The workflow files exist on the master or default branch, even if the workflows are never triggered.

    • For some events, especially the workflow_run event, if the workflow file does not…

Replies: 10 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@basickarl
Comment options

@ahgraber
Comment options

@jbnjohnathan
Comment options

@jefffroman
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment