Fix not attempt #2

This commit is contained in:
David Dworken 2022-04-17 11:56:00 -07:00
parent aaaee9f632
commit 478898fd1c

View File

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