Hello,
I have a project under the form of a template that is supposed to trigger a GitHub Actions workflow when the user click on “use this template”
This is the Workflow in question. 5
It use to work great but now, when a user click on “use this template” the workflow template_initialization.yaml doesn’t trigger.
Thank you for your help and for the otherwise amassing services.
Best regards
Up?
I asked this question already here: Github Action `on: create` not trigerring - #4 by garronej
It solved my issue then but the issue reappeared… 
Seems like it was just a temporary issue <3
Well in the end, after hours of tries and error I got to the conclusion that for a workflow to run after a template creation it must have ran successfully on the last commit made on the source repo.
So I can’t use on create
but I have fond a workaround.