Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last-successful-event should support allow to pass multiple type at once #142

Open
mauriziovitale opened this issue Mar 6, 2024 · 2 comments
Labels
feature New feature or request

Comments

@mauriziovitale
Copy link

There might be some scenario for instance, schedule | workflow_dispatch (Cron job run manually) where the last event can be one type or another

Expected behaviour
last-successful-event: schedule|workflow_dispatch
1 schedule running
2 workflow_dispatch ✅ <- would like to pick this sha
3 schedule  ✅

Current behaviour
last-successful-event: schedule
1 schedule running
2 workflow_dispatch ✅
3 schedule  ✅. <- would pick this sha

@mauriziovitale
Copy link
Author

#143

@meeroslav I have created a PR if you are interested to that

@mandarini
Copy link
Member

@mauriziovitale thank you very much for the feature request and the PR! I will try to take a look next week and see if we can merge! Thank you for your patience!

@mandarini mandarini added the feature New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants