Update .forgejo/workflows/demo.yaml
All checks were successful
/ test-docker (push) Successful in 1s
/ test-dind (push) Successful in 2s

This commit is contained in:
Neshura 2023-12-29 02:25:32 +00:00
parent f56bd0badc
commit 725782ac5c

View file

@ -15,5 +15,5 @@ jobs:
run: echo works
-
name: test inverse
if: ! contains(github.ref_name, 'a')
if: contains(github.ref_name, 'a') && false
run: echo works as well