Skip to content

CI Conclusion

GitHub Actions workflow run conclusion types.

CI_CONCLUSION Constant

js
import { CI_CONCLUSION } from "@gitwire/core";

All Conclusions

ConclusionConstantTriggers Healing?
successCI_CONCLUSION.SUCCESSNo
failureCI_CONCLUSION.FAILUREYes
cancelledCI_CONCLUSION.CANCELLEDNo
neutralCI_CONCLUSION.NEUTRALNo
timed_outCI_CONCLUSION.TIMED_OUTNo
action_requiredCI_CONCLUSION.ACTION_REQUIREDNo

When Healing Triggers

Only workflow_run webhooks with conclusion: "failure" trigger the CI healing pipeline.

Guides

Released under the MIT License.