action-runner-demo/.forgejo/workflows/demo.yaml
Patrik Lundin ddca6b40a7
All checks were successful
/ test (pull_request) Successful in 2s
Test some more modifications
2024-06-25 10:16:31 +02:00

9 lines
144 B
YAML

on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good?