Trainer_LLM/.gitea/workflows/ping.yml
Lars 1fe7c0da5c
Some checks are pending
ping / test (push) Waiting to run
.gitea/workflows/ping.yml aktualisiert
2025-08-10 15:07:27 +02:00

13 lines
236 B
YAML

name: ping
on:
push:
branches: [ main ]
jobs:
test:
runs-on: [llm-node-runner]
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
- name: Print working dir
run: pwd && ls -la