You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for updating individual reports. All results must be reported at once using artifact flow
Consider simplifying the pre/main stage setup. Perhaps pre stage does nothing for workflow_run and main will call reportTachRunning for workflow_run:requested and reportTachResults for workflow_run:completed?
The goal of the above changes is to dramatically simplify architecture and remove the need for comment locking since they remove the ability for multiple jobs to be modifying the comment at the same time
The text was updated successfully, but these errors were encountered:
workflow_run
and main will callreportTachRunning
forworkflow_run:requested
andreportTachResults
forworkflow_run:completed
?The goal of the above changes is to dramatically simplify architecture and remove the need for comment locking since they remove the ability for multiple jobs to be modifying the comment at the same time
The text was updated successfully, but these errors were encountered: