ping runner
This commit is contained in:
14
.gitea/workflows/ping.yaml
Normal file
14
.gitea/workflows/ping.yaml
Normal 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) }}"
|
||||
Reference in New Issue
Block a user