TIL
TIL: Github does not allow workflows to trigger another workflow
As heading gives the main idea, GitHub does not allow us to use workflow to trigger another workflow but the main reason behind the scene is not completely same. The main reason is, you are using GITHUB_TOKEN for authentication when you don't explicitly define Personal Access Token