This commit is contained in:
parent
4b946be4d3
commit
aafc43aff8
|
@ -1,9 +1,7 @@
|
||||||
name: "Testing Action logging in Gitea"
|
name: "Checks"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_call:
|
||||||
branches:
|
|
||||||
- "KIS-0000-gitea-logging-tests"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-checks:
|
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