Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
93a7a26d50
commit
e8e4cae13f
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ jobs:
|
||||||
run: echo works
|
run: echo works
|
||||||
-
|
-
|
||||||
name: test inverse
|
name: test inverse
|
||||||
if: !contains(github.ref_name, 'a')
|
if: (! contains(github.ref_name, 'a'))
|
||||||
run: echo works as well
|
run: echo works as well
|
Loading…
Reference in a new issue