mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +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:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
- name: Go test
|
- name: Go test
|
||||||
if: !startsWith(github.event.head_commit.message, 'Release')
|
if: not startsWith(github.event.head_commit.message, 'Release')
|
||||||
run: make test
|
run: make test
|
||||||
- name: Build docker contains
|
- name: Build docker contains
|
||||||
run: make build-api build-static
|
run: make build-api build-static
|
||||||
|
Loading…
Reference in New Issue
Block a user