Files
runner/.gitea/workflows/test.yml

10 lines
144 B
YAML

name: CI
on:
schedule:
- cron: "0 18 * * *"
jobs:
test:
runs-on: gitea-runner
steps:
- run: echo "Hallo von Gitea Runner"