To prevent endless cycles of triggered workflows the normal GITHUB_TOKEN can not trigger another workflow through a commit. I haven't checked the code but this is a regular gotcha.
Using workflow_run might be an alternative. Drew Foulks <[email protected]> schrieb am Mo., 10. Feb. 2025, 17:01: > I'm trying to get a proof of concept for an asciidoc workflow set up with > github pages and I can't seem to get one workflow to trigger the other. > > > https://github.com/apache/infrastructure-presentations/actions/workflows/build_presentations.yml > should trigger > > https://github.com/apache/infrastructure-presentations/actions/workflows/present_slides.yml > > Thoughts or Suggestions would be greatly appreciated > > -- > Cheers, > > Drew Foulks > ASF Infra >
