I didn't even know about Drone CI. It looks interesting.
I believe GitHub Actions is basically unlimited for open source projects. The only limit is that you can't run more than 20 concurrent actions and that your build can't run for over 6 hours continuously. You can see the details here.
I wrote up a similar comparison of the various of GHA vs CircleCI and Travis can also be found here and what I found was that GHA seems to offer the most right now.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I didn't even know about Drone CI. It looks interesting.
I believe GitHub Actions is basically unlimited for open source projects. The only limit is that you can't run more than 20 concurrent actions and that your build can't run for over 6 hours continuously. You can see the details here.
I wrote up a similar comparison of the various of GHA vs CircleCI and Travis can also be found here and what I found was that GHA seems to offer the most right now.