This commit is contained in:
parent
4b946be4d3
commit
aafc43aff8
|
@ -1,9 +1,7 @@
|
|||
name: "Testing Action logging in Gitea"
|
||||
name: "Checks"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "KIS-0000-gitea-logging-tests"
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
run-checks:
|
10
.gitea/workflows/ci.yaml
Normal file
10
.gitea/workflows/ci.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: "CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "KIS-0000-gitea-logging-tests"
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
uses: "./.gitea/workflows/checks.yaml"
|
Loading…
Reference in New Issue
Block a user