File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -349,12 +349,11 @@ jobs:
349
349
retention-days : 7
350
350
351
351
- uses : datadog/junit-upload-github-action@v1
352
- if : " !github.event.pull_request.head.repo.fork && ( success() || failure()) "
352
+ if : success() || failure()
353
353
with :
354
354
api-key : ${{ secrets.DD_API_KEY }}
355
355
service : " coder-gotests"
356
- tags : " test_suite:${{ matrix.os }}"
357
- env : " {{ github.ref == 'refs/heads/main' && 'main' || 'pull_request' }}"
356
+ tags : " test_suite:${{ matrix.os }},github_ref:${{github.ref}}"
358
357
files : ./gotests.xml
359
358
360
359
- uses : codecov/codecov-action@v3
@@ -426,12 +425,11 @@ jobs:
426
425
retention-days : 7
427
426
428
427
- uses : datadog/junit-upload-github-action@v1
429
- if : " !github.event.pull_request.head.repo.fork && ( success() || failure()) "
428
+ if : success() || failure()
430
429
with :
431
430
api-key : ${{ secrets.DD_API_KEY }}
432
431
service : " coder-gotests"
433
- tags : " test_suite:postgres"
434
- env : " {{ github.ref == 'refs/heads/main' && 'main' || 'pull_request' }}"
432
+ tags : " test_suite:${{ matrix.os }},github_ref:${{github.ref}}"
435
433
files : ./gotests.xml
436
434
437
435
- uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments