commit f782a603d68145cd9c2ffa997f5e01dcd472e466 Author: test-e8we76 Date: Mon Aug 31 23:25:11 2026 +0800 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)