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:
David Dworken 2024-08-18 22:22:42 -07:00
parent e8b2022746
commit 7e9f68dd5d
No known key found for this signature in database

View File

@ -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 }}