Hi @Girish13 ,
In this scenario schedule trigger will not work, you need tumbling window trigger. Schedule trigger will only execute per schedule and the pipelines associated with the trigger could run in parallel.
Tumbling window trigger has a self-dependency property which means the trigger shouldn't proceed to the next window until the preceding window is successfully completed. Also tumbling window triggers can be configured to initiate past and future dated loads, whereas schedule trigger can only trigger future dated loads. For more details please see the links below.
Hope this helps. If it does, please don't forget to "accept the answer" and "up-vote"! Thank you!
Useful links:
https://www.mssqltips.com/sqlservertip/6061/create-tumbling-window-trigger-in-azure-data-factory-adf/
https://learn.microsoft.com/en-us/azure/data-factory/tumbling-window-trigger-dependency