.github/workflows/test.yml in datadog_api_client-2.3.0 vs .github/workflows/test.yml in datadog_api_client-2.4.0
- old
+ new
@@ -96,9 +96,11 @@
shell: bash
examples:
runs-on: ubuntu-latest
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/')
+ env:
+ DD_PROFILING_NO_EXTENSION: true
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: