Update .forgejo/workflows/demo.yaml
Some checks failed
/ test-docker (push) Successful in 1s
/ test-dind (push) Failing after 4s

This commit is contained in:
Neshura 2023-12-29 02:23:09 +00:00
parent 9158b7b39d
commit 5d28479ac8

View file

@ -7,4 +7,12 @@ jobs:
test-dind:
runs-on: dind
steps:
- run: docker run hello-world
- run: docker run hello-world
-
name: test
if: search(github.ref_name, 'a')
run: echo works
-
name: test inverse
if: ! search(github.ref_name, 'a')
run: echo works as well