Implement a prerun action that will be injected as the first step in our workflows (deploy.yml and branch_deployments.yml). This action implements proper cleanup of closed PRs. The return value will be used to skip additional steps in the workflow.
Following this I want to add the ci check command here. Having a single prerun hook would make it easier to add more checks whenever needed.
Implement a
prerun
action that will be injected as the first step in our workflows (deploy.yml and branch_deployments.yml). This action implements proper cleanup of closed PRs. The return value will be used to skip additional steps in the workflow.Following this I want to add the
ci check
command here. Having a single prerun hook would make it easier to add more checks whenever needed.