eddiewebb / circleci-queue

CircleCI orb to block/queue jobs to enforce max concurrency limits
MIT License
74 stars 75 forks source link

[semver:minor] Expose an env variable that fails the workflow instead of cancel #77

Closed moekify closed 8 months ago

moekify commented 2 years ago

Is your feature request related to a problem? Please describe. I want to send a notification to slack whenever the orb cancels a workflow. However, currently it is not possible that the slack notifier works on cancel. There seems to be a difference between cancel and fail

Describe the solution you'd like With the use of a parameter in the command allow to fail the workflow instead of cancel.

Describe alternatives you've considered Get circleci to expose a on_cancel event.

eddiewebb commented 2 years ago

Love this.

eddiewebb commented 8 months ago

@pguinard-public-com fixed this in #115 !

3.1.x +