Update .forgejo/workflows/demo.yaml
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Lievito 2025-07-10 22:39:05 +00:00
parent 22e75e41c4
commit 8e3a37104f

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: usainbolt
steps: steps:
- run: echo All Good! - run: echo All Good!