mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Fix not attempt #2
This commit is contained in:
parent
aaaee9f632
commit
478898fd1c
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: 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
|
||||
|
Loading…
Reference in New Issue
Block a user