Skip to content

Commit 7fb4595

Browse files
committed
Fix team tag
1 parent 95b0040 commit 7fb4595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
DD_INTEGRATION_JUNIT_ENABLED: "true"
6767
DD_LOGS_INJECTION: "true"
6868
DD_SERVICE: datadog-api-client-java
69-
DD_TAGS: "team:integration-tools-and-libraries"
69+
DD_TAGS: "team:integrations-tools-and-libraries"
7070
DD_TEST_CLIENT_API_KEY: ${{ secrets.DD_CLIENT_API_KEY }}
7171
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
7272
DD_TRACE_ANALYTICS_ENABLED: "true"

0 commit comments

Comments
 (0)