Skip to content

Commit

Permalink
Update .github/workflows/run-end-to-end.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
  • Loading branch information
mtoffl01 and cbeauchesne committed Sep 19, 2024
1 parent d78e469 commit 68016a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Run TRACING_CONFIG_NONDEFAULT_2 scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TRACING_CONFIG_NONDEFAULT_2"')
run: ./run.sh TRACING_CONFIG_NONDEFAULT_2
env:
env:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
- name: Run TRACING_CONFIG_NONDEFAULT_3 scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TRACING_CONFIG_NONDEFAULT_3"')
Expand Down

0 comments on commit 68016a5

Please sign in to comment.