I couldn't get workflows to start on the CI on fork. Half of the reason was that I forgot that GitHub Actions must be manually enabled on forks, but I guess that the other half of the reason was that .github/workflows/test_package.yml was only running on main.
I couldn't get workflows to start on the CI on fork. Half of the reason was that I forgot that GitHub Actions must be manually enabled on forks, but I guess that the other half of the reason was that
.github/workflows/test_package.yml
was only running onmain
.