2025-06-28 06:23:17 +02:00
|
|
|
name: Test Runner Connectivity
|
2025-06-27 16:30:39 +02:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2025-06-28 06:23:17 +02:00
|
|
|
simple-test:
|
2025-06-28 05:42:03 +02:00
|
|
|
runs-on: ubuntu-22.04
|
2025-06-27 16:30:39 +02:00
|
|
|
steps:
|
2025-06-28 06:20:36 +02:00
|
|
|
- name: Checkout Repository
|
|
|
|
uses: actions/checkout@v4
|
2025-06-28 06:10:55 +02:00
|
|
|
|
2025-06-28 06:23:17 +02:00
|
|
|
- name: Verify Runner
|
|
|
|
run: echo "Hello from the Forgejo runner!"
|