coinkite / bitcoinbinary.org

https://bitcoinbinary.org
17 stars 20 forks source link

Prevent Actions to run more than once per software version #34

Closed nvk closed 2 years ago

nvk commented 2 years ago

@kdunn926 As per title, we need to prevent the action from running again over the same project version.

nvk commented 2 years ago

Check out this error https://github.com/coinkite/bitcoinbinary.org/runs/6594872166?check_suite_focus=true#step:4:26

kdunn926 commented 2 years ago

This is expected given that no artifacts were generated. As long as at least one project has an updated artifact the workflow will be all green and this error won't occur.

nvk commented 2 years ago

I guess there is no cleaner way of returning a better response to “nothing to build”

closing the issue