mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Skip running the smoke test on version releases since it is subject to a race condition with the deploy process
This commit is contained in:
parent
e8b2022746
commit
7e9f68dd5d
1
.github/workflows/distro-smoke-test.yml
vendored
1
.github/workflows/distro-smoke-test.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
with:
|
||||
go-version: 1.21
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user