nx-set-shas icon indicating copy to clipboard operation
nx-set-shas copied to clipboard

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

Open mauriziovitale opened this issue 11 months ago • 2 comments

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 avatar Mar 06 '24 12:03 mauriziovitale

https://github.com/nrwl/nx-set-shas/pull/143

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

mauriziovitale avatar Mar 06 '24 14:03 mauriziovitale