Skip to content

Workflow not running for pull requests made by bots #25786

Answered by jsoref
vadi2 asked this question in Actions
Discussion options

You must be logged in to vote

  <a href="https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow" target="_blank" rel="noopener nofollow ugc">GitHub Docs</a>

Automatic token authentication - GitHub Docs

When you use the repository’s GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run. This 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.

If you need to …

Replies: 4 comments

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
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants