commit a197e4ae0ddf412ccf4c68b96e82c540a1158089 Author: test-1aumip Date: Mon Aug 31 17:11:27 2026 +0200 add wf diff --git a/.gitea/workflows/probe.yml b/.gitea/workflows/probe.yml new file mode 100644 index 0000000..8204c02 --- /dev/null +++ b/.gitea/workflows/probe.yml @@ -0,0 +1,7 @@ +name: probe +on: [push] +jobs: + probe: + runs-on: ubuntu-latest + steps: + - run: echo PROBE_OK $(id) $(hostname)