C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

Triggering action run as GH user `C5T` on branch `stable`, for badges to work. #958

Closed dimacurrentai closed 9 months ago

dimacurrentai commented 9 months ago

Hey,

So my theory for why the badges do not work yet (i.e. they show "no status" in grey) is that the actions were never run on the stable branch of the C5T Github user.

(Or C5T organization, or organization user, or whatever the proper term is.)

Evidence: this link shows an empty list now:

And this is why these "links", or rather these images:

Are showing this now:

image

Despite the fact that indeed, removing /badge.svg from the latter link:

Results in a page full of successful action runs.

I intend to merge this PR in myself right away -- to trigger the event of merging into stable -- and see if this results in any workflows run by the very first link in this text.

Thx, Dima

CC @mzhurovich

dimacurrentai commented 9 months ago

Yay, it's running as C5T for branch stable, just as planned!

dimacurrentai commented 9 months ago

And both badges are green now. Instrumenting the other test as well and augmenting the README file -- in a separate PR!