Files
gitea-ci-library/.gitea/workflows/ci-engine.yml
T
moilanik 14cf2eaeed
CI / call-engine (push) Successful in 9s
fix
2026-06-09 05:31:54 +03:00

13 lines
232 B
YAML

name: CI Engine
on:
workflow_call:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Provider engine reachable
run: echo "ci-engine (provider) running via uses binding"