chore: add test to confirm only gitea workflows run on gitea if github dir also exists
All checks were successful
Pull Requests / ci-test (pull_request) Successful in -1m12s

ref: #4 #1
This commit is contained in:
2025-07-02 00:48:31 +09:30
parent 97c196e6d8
commit 9ec7e5a159
3 changed files with 34 additions and 0 deletions

0
.gitea/.gitkeep Normal file
View File

View File

@ -0,0 +1,17 @@
---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "boo";

17
.github/workflows/pull_request.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Pull Requests
on:
pull_request: {}
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo "boo";