mirror of
https://github.com/ddworken/hishtory.git
synced 2025-05-31 07:26:53 +02:00
Skip DD integration for m1 mac since it seems to fail for mysterious beta-related reasons
This commit is contained in:
parent
2ad499b61b
commit
a6333ea995
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: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }}
|
||||
uses: datadog/agent-github-action@v1.3
|
||||
with:
|
||||
api_key: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user