lewagon / wait-on-check-action

This action can be used to halt any workflow until required checks for a given ref (e.g., in a sibling workflow) pass successfully.
MIT License
343 stars 62 forks source link

Integrate with argocd #91

Open sonnydinhgc opened 1 year ago

sonnydinhgc commented 1 year ago

Hi I am not sure this lib can support or not? I am implementing a flow after merge the post sync of argocd will be trigger and running integration test, in that time I also trigger the github action and it will wait for the post sync after post sync some how send the signal to the workflow then we can mark it as failed or pass to trigger rollback or not