Update .forgejo/workflows/demo.yaml

This commit is contained in:
Neshura 2023-12-29 02:25:52 +00:00
parent 725782ac5c
commit 93a7a26d50

View file

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