Skip to content

Commit

Permalink
add exclusions to upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed May 24, 2023
1 parent ce702d7 commit 4f82d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ jobs:
chmod +x /usr/local/bin/datadog-ci
- name: upload coverage
# do not run on forks
if: github.event.pull_request.head.repo.full_name == github.repository
env:
DATADOG_API_KEY: "${{ endsWith(github.repository, '-enterprise') && env.DATADOG_API_KEY || secrets.DATADOG_API_KEY }}"
DD_ENV: ci
Expand Down

0 comments on commit 4f82d46

Please sign in to comment.