ci: fix github workflow syntax

This commit is contained in:
Zaiming (Stone) Shi 2022-06-17 22:25:04 +02:00
parent 61b984c031
commit d1b2ea80d2
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ jobs:
# note, we only run on amd64
if: >
${{ 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:
- prepare
- docker