Skip to content

pull requests triggered from actions don't trigger other actions #57484

Discussion options

You must be logged in to vote

Do you use the GITHUB_TOKEN for those actions? In that case it'll never trigger a workflow run:

When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN, with the exception of workflow_dispatch and repository_dispatch, will not create a new workflow run.

If you want to run workflows from those events, you'll need to provide a PAT.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@OmarTawfik
Comment options

@airtower-luna
Comment options

@OmarTawfik
Comment options

Answer selected by OmarTawfik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD
2 participants