Add "On-Demand Self-Hosted EC2 Runner" action and a new section "Runners" for it (#100)

Co-authored-by: Volodymyr Machula <machulav@gmail.com>
This commit is contained in:
Romain Lespinasse 2025-03-06 20:02:04 +01:00 committed by GitHub
parent 861cc7031a
commit a6daac87b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ Actions are triggered by GitHub platform events directly in a repository and run
- [Networking](#networking)
- [Localization](#localization)
- [Fun](#fun)
- [Runners](#runners)
- [Cheat Sheet](#cheat-sheet)
- [Tutorials](#tutorials)
@ -636,6 +637,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Add equivalent of a like button in your README.md](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your README (can be used as a poll).
### Runners
- [On-Demand Self-Hosted AWS EC2 Runner](https://github.com/machulav/ec2-github-runner)
### Cheat Sheet
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)