From 1e0f8660003fa0e49a7e588df202ff97d03e4727 Mon Sep 17 00:00:00 2001 From: forgejo_admin Date: Fri, 3 Jul 2026 20:31:12 +0000 Subject: [PATCH] Add container Actions probe --- .forgejo/workflows/container-probe.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/container-probe.yaml diff --git a/.forgejo/workflows/container-probe.yaml b/.forgejo/workflows/container-probe.yaml new file mode 100644 index 0000000..4fc2c36 --- /dev/null +++ b/.forgejo/workflows/container-probe.yaml @@ -0,0 +1,7 @@ +on: + push: +jobs: + container-probe: + runs-on: ubuntu-latest + steps: + - run: echo forgejo-container-probe-ok