ci: fix github workflow syntax
This commit is contained in:
parent
61b984c031
commit
d1b2ea80d2
|
@ -197,7 +197,7 @@ jobs:
|
||||||
# note, we only run on amd64
|
# note, we only run on amd64
|
||||||
if: >
|
if: >
|
||||||
${{ startsWith(github.ref, 'refs/tags/')
|
${{ startsWith(github.ref, 'refs/tags/')
|
||||||
|| (github.event.repository.owner != 'emqx' && startsWith(github.ref_name, 'ci/'))
|
|| (github.event.repository.owner != 'emqx' && startsWith(github.ref_name, 'ci/')) }}
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- prepare
|
||||||
- docker
|
- docker
|
||||||
|
|
Loading…
Reference in New Issue