mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Skip datadog setup for release commits since we also skip tests for release commits
This commit is contained in:
parent
57c5a69f7d
commit
4c40a8a177
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
colima start
|
||||
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
||||
- name: Set up Datadog
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') && github.ref == 'refs/heads/master' }}
|
||||
uses: datadog/agent-github-action@v1.3
|
||||
with:
|
||||
api_key: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user