Is there an option to set a job to run 24 hours after another job is done?
I have a job that deploys to the staging environment, and a job that deploys to the production environment.
The deployment to staging happens after merging to master.
I want the deployment to production to run 24 hours after the deployment to staging is done.