Skip to content

Commit 9b0e5dc

Browse files
committed
Run all system-tests scenario even if empty when running on master/schedule
1 parent 44874e2 commit 9b0e5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
desired_execution_time: 900 # 15 minutes
7676
scenarios_groups: tracer-release
7777
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
78-
skip_empty_scenarios: true
78+
skip_empty_scenarios: ${{ github.event_name != 'push' && github.event_name != 'schedule' }}
7979
push_to_test_optimization: true
8080
secrets:
8181
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)