I am currently using the GitHub actions feature for my project CI-CD, so the pipeline listens to push on the main branch, and when I do no action gets triggered on the actions tab, also I try to run that pipeline manually since I have workflow_dispatch
and it says
Workflow run was successfully requested.
I don't understand is there a queuing system for actions or are there some priorities? and also I would like to know when and whether the action is going to start?
Update:
The github action started after few minutes.