1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/data/reusables/github-actions/actions-do-not-trigger-workflows.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

474 B

When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the {% data variables.product.prodname_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.