Skip datadog setup for release commits since we also skip tests for release commits

This commit is contained in:
David Dworken 2023-09-12 18:57:21 -07:00
parent 57c5a69f7d
commit 4c40a8a177
No known key found for this signature in database

View File

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