configs/.forgejo/workflows/demo.yaml

11 lines
157 B
YAML
Raw Normal View History

2024-06-29 07:24:59 +00:00
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
test2:
runs-on: ubuntu-latest
steps:
- run: echo All Good