Skip to content

Commit e19e3ab

Browse files
authored
Skip ddtrace profiling extension (#1137)
* Skip ddtrace profiling extension
1 parent b010a69 commit e19e3ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
env:
15+
DD_PROFILING_NO_EXTENSION: true
1416

1517
steps:
1618
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
examples:
9999
runs-on: ubuntu-latest
100100
if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci/skip') && !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
101+
env:
102+
DD_PROFILING_NO_EXTENSION: true
101103
steps:
102104
- uses: actions/checkout@v3
103105
- name: Set up Ruby

0 commit comments

Comments
 (0)