mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
ci: don't call datadog test logging on forks (#44181)
This commit is contained in:
committed by
GitHub
parent
3d2f68a9df
commit
d93285dde1
@@ -196,7 +196,10 @@ jobs:
|
||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||
DD_CIVISIBILITY_LOGS_ENABLED: true
|
||||
DD_TAGS: "os.architecture:${{ inputs.target-arch }},os.family:${{ inputs.target-platform }},os.platform:${{ inputs.target-platform }},asan:${{ inputs.is-asan }}"
|
||||
run: datadog-ci junit upload src/electron/junit/test-results-main.xml
|
||||
run: |
|
||||
if ! [ -z $DD_API_KEY ]; then
|
||||
datadog-ci junit upload src/electron/junit/test-results-main.xml
|
||||
fi
|
||||
if: always() && !cancelled()
|
||||
- name: Upload Test Artifacts
|
||||
if: always() && !cancelled()
|
||||
|
||||
Reference in New Issue
Block a user