Continue-on-error for the DD setup since it will also fail if colima fails

This commit is contained in:
David Dworken 2024-04-05 16:05:37 -07:00
parent 6aea2cb4d9
commit c616dd7862
No known key found for this signature in database

View File

@ -54,6 +54,7 @@ jobs:
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Set up Datadog
if: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }}
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
uses: datadog/agent-github-action@v1.3
with:
api_key: ${{ secrets.DD_API_KEY }}