Skip to content

Workflow doesn't run on pull request when pull request is created by another workflow action #25533

Answered by bruffridge
bruffridge asked this question in Actions
Discussion options

You must be logged in to vote

Guess it can’t be done: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows

An action in a workflow run can’t trigger a new workflow run. For example, if an action 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.

Replies: 1 comment

Comment options

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