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
All checks were successful
Pull Requests / ci-test (pull_request) Successful in 2s
ref: #4 #1
This commit is contained in:
0
.gitea/.gitkeep
Normal file
0
.gitea/.gitkeep
Normal file
17
.gitea/workflows/pull_request.yaml
Normal file
17
.gitea/workflows/pull_request.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: Pull Requests
|
||||||
|
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
ci-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo "gitea";
|
17
.github/workflows/pull_request.yaml
vendored
Normal file
17
.github/workflows/pull_request.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: Pull Requests
|
||||||
|
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
ci-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo "github";
|
Reference in New Issue
Block a user