brave-variations icon indicating copy to clipboard operation
brave-variations copied to clipboard

Test rebuild trigger

Open goodov opened this issue 7 months ago • 1 comments

TODO for a rebuild trigger via label to work:

  1. add a separate workflow that will act on label add.
  2. this separate workflow should trigger all required jobs via workflow_dispatch.

I haven't found a way to simulate "pull_request" event to trigger related jobs as if Github triggered them in a normal way.

the workflow that builds/tests stuff cannot act on label add on its own, because any added label will invalidate the last job state.

goodov avatar Jul 25 '24 11:07 goodov