Fix boolean not in actions config

This commit is contained in:
David Dworken 2022-04-17 11:53:59 -07:00
parent 5d9950d0a9
commit aaaee9f632

View File

@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.17
- name: Go test
if: !startsWith(github.event.head_commit.message, 'Release')
if: not startsWith(github.event.head_commit.message, 'Release')
run: make test
- name: Build docker contains
run: make build-api build-static