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.
- Host: GitHub
- URL: https://github.com/twisterrob/github-actions-test
- Owner: TWiStErRob
- Created: 2022-04-23T19:51:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-09T13:06:14.000Z (4 months ago)
- Last Synced: 2026-03-09T16:31:17.837Z (4 months ago)
- Topics: examples, github, github-actions
- Homepage: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:`.