verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
979 stars 378 forks source link

[CI] Changed the Workflow Triggers #2589

Closed AlexandreSinger closed 3 weeks ago

AlexandreSinger commented 3 weeks ago

Changed the workflow triggers for the test and container workflows such that they only run when there is a push to master.

Also added concurrency such that if a CI was called on a particular PR or branch that is already running the CI, it will cancel the old run. This will prevent useless runs of the CI.

AlexandreSinger commented 3 weeks ago

@vaughnbetz I think we should merge this in. Currently the CI is full again, this time its someone's PR:

image

This is exactly what the concurrency argument is trying to resolve. I will kill these runs since I don't think this person intends on calling the CI 10 times for the same PR...

vaughnbetz commented 3 weeks ago

Thanks Alex!