File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 13
13
- APM Integrations
14
14
- AppSec
15
15
- Debugger
16
+ - Lambda
16
17
- LLMObs
17
- - Project
18
18
- Platform
19
+ - Profiling
20
+ - Project
21
+ - System Tests
19
22
- Test Optimization
20
23
21
24
jobs :
28
31
if : github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt == 1
29
32
steps :
30
33
- run : |
31
- gh run rerun ${{ github.event.workflow_run.id }} --failed || exit 0
34
+ gh run rerun ${{ github.event.workflow_run.id }} --repo DataDog/dd-trace-js -- failed || exit 0
Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ const workflows = [
14
14
'.github/workflows/apm-integrations.yml' ,
15
15
'.github/workflows/appsec.yml' ,
16
16
'.github/workflows/debugger.yml' ,
17
+ '.github/workflows/lambda.yml' ,
17
18
'.github/workflows/llmobs.yml' ,
18
19
'.github/workflows/platform.yml' ,
20
+ '.github/workflows/profiling.yml' ,
19
21
'.github/workflows/project.yml' ,
20
22
'.github/workflows/system-tests.yml' ,
21
23
'.github/workflows/test-optimization.yml'
You can’t perform that action at this time.
0 commit comments