Skip DD integration for m1 mac since it seems to fail for mysterious beta-related reasons

This commit is contained in:
David Dworken 2024-02-04 22:29:04 -08:00
parent 08598f4954
commit a38f7e0bfe
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: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }}
uses: datadog/agent-github-action@v1.3
with:
api_key: ${{ secrets.DD_API_KEY }}