We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4d2ea commit 42e4f82Copy full SHA for 42e4f82
.github/workflows/system-tests.yml
@@ -24,9 +24,8 @@ on:
24
env:
25
REGISTRY: ghcr.io
26
REPO: ghcr.io/datadog/dd-trace-rb
27
- # Broken system-test: https://github.com/DataDog/system-tests/pull/3904
28
- SYSTEM_TESTS_REF: 239c3eba6de0473817d3d88ebbc025c9d0c9574b
29
- # SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch
+ # TODO: remove this change before merging to master
+ SYSTEM_TESTS_REF: enable-ip-blocking-for-ruby
30
31
jobs:
32
build-harness:
0 commit comments