mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Fix boolean not in actions config
This commit is contained in:
parent
5d9950d0a9
commit
aaaee9f632
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user