summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:18:11 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 07:18:11 +0100
commit8ad80b4ff8cb213bf21a3181657a7d86f11f8144 (patch)
treed3a2b631a2a8f242c762dcfdf8d96eb3aa33de81
parent47de1d18f272931ac571b7ea0b4008851aa10836 (diff)
feat: remove test action
-rw-r--r--.forgejo/workflows/demo.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index f6ccf5d..a785b95 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -6,11 +6,6 @@ on:
- "main"
jobs:
- test:
- runs-on: docker
- steps:
- - run: echo All good!
-
container-build:
name: Build image
runs-on: docker