Compare commits

..

1 Commits

Author SHA1 Message Date
Jon
3a1bf95099 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 2s
ref: #4 #1
2025-07-02 00:49:17 +09:30
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ jobs:
- name: Test
run: |
echo "boo";
echo "gitea";

View File

@ -14,4 +14,4 @@ jobs:
- name: Test
run: |
echo "boo";
echo "github";