An open API service indexing awesome lists of open source software.

https://github.com/twisterrob/github-actions-test

Playing around with GitHub Actions to test its capabilities.
https://github.com/twisterrob/github-actions-test

examples github github-actions

Last synced: 2 months ago
JSON representation

Playing around with GitHub Actions to test its capabilities.

Awesome Lists containing this project

README

          

# GitHub Actions tests

This repo contains quick experiments and demonstrations of GitHub Actions features.
Sometimes the behavior is not clearly documented, so we can test it out to see how it behaves.

See the [workflows folders](.github/workflows) for main contents.

By default on `main` all workflows are disabled (does not have `push:` trigger).
They can only be run through `workflow_dispatch:`.