Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated npm PRs don't run build actions #1077

Closed
laingsimon opened this issue Nov 3, 2024 · 1 comment · Fixed by #1080
Closed

Automated npm PRs don't run build actions #1077

laingsimon opened this issue Nov 3, 2024 · 1 comment · Fixed by #1080
Labels
bug Something isn't working
Milestone

Comments

@laingsimon
Copy link
Owner

laingsimon commented Nov 3, 2024

https://github.com/orgs/community/discussions/57484


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. 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.

Commits pushed by a GitHub Actions workflow that uses the GITHUB_TOKEN do not trigger a GitHub Pages build.

https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow


Screenshot_20241105-072106
https://github.com/orgs/community/discussions/65321

peter-evans/create-pull-request#48

@laingsimon laingsimon added the bug Something isn't working label Nov 3, 2024
@laingsimon laingsimon added this to the v2.2.8 milestone Nov 3, 2024
@laingsimon
Copy link
Owner Author

DEV workflow is triggered but for main rather than the automated/npm-update branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant