ping runner

This commit is contained in:
styve Lioumba
2025-10-05 19:49:14 +02:00
parent b5432a96b7
commit f40f10b6d6

View File

@@ -0,0 +1,14 @@
name: Ping
on:
push:
branches: ['**']
pull_request:
workflow_dispatch: # bouton "Run workflow" si ta version de Gitea le supporte
jobs:
show:
runs-on: ubuntu-latest # ou k3s (voir Étape C)
steps:
- run: echo "It works on $RUNNER_OS"
- run: echo "labels: ${{ toJson(runner.labels) }}"