Files
git-events/.gitea/workflows/pull_request.yaml
Jon 9ec7e5a159
All checks were successful
Pull Requests / ci-test (pull_request) Successful in -1m12s
chore: add test to confirm only gitea workflows run on gitea if github dir also exists
ref: #4 #1
2025-07-02 00:48:31 +09:30

18 lines
164 B
YAML

---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "boo";