We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44874e2 commit 9b0e5dcCopy full SHA for 9b0e5dc
1 file changed
.github/workflows/run-system-tests.yaml
@@ -75,7 +75,7 @@ jobs:
75
desired_execution_time: 900 # 15 minutes
76
scenarios_groups: tracer-release
77
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
78
- skip_empty_scenarios: true
+ skip_empty_scenarios: ${{ github.event_name != 'push' && github.event_name != 'schedule' }}
79
push_to_test_optimization: true
80
secrets:
81
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments