Compare commits

..

1 Commits

Author SHA1 Message Date
Jon
9ec7e5a159 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
2025-07-02 00:48:31 +09:30
2 changed files with 2 additions and 2 deletions

View File

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

View File

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